Jump to content

Where are Built-In Functions and Superglobal variables defined?


programming.name

Recommended Posts

Hi,

 

As you know, there are lots of built-in functions like empty(), isset(), date() and so on, as well as superglobal variables(arrays) such as $_SERVER, $_POST, etc. All I would like to know is that where they are defined. I viewed all the subfolders in php folder to try to find them if they were formed as the library function files that C language has. But I was not able to find it. So please give me some advice where the built-in functions and variables are defined.

AND additionally, I also want to know how PHP's core syntax's rules(like operators' precedence, keywords, if, elseif(else if), while, for, etc.) are defined.

 

Finally, as far as I know PHP has an interpreter instead of a complier. I also want to know where the interpreter is (if it exsits as a file) so that I can see the interpreter's internal.

 

Thanks a lot.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.