Hi list,
I try to understand the internals implementation of include and require
functions. I've reading the sources code in search of the answer but i
didn't found those declarations. Does anyone can give me the file where
those statements are ?
Thank you
Florian.
I try to understand the internals implementation of include and require
functions. I've reading the sources code in search of the answer but i
didn't found those declarations. Does anyone can give me the file where
those statements are ?
I suggest you start looking at
http://lxr.php.net/xref/PHP_5_6/Zend/zend_language_parser.y#1265.
--
Christoph M. Becker
I try to understand the internals implementation of include and require
functions. I've reading the sources code in search of the answer but i
didn't found those declarations. Does anyone can give me the file where
those statements are ?I suggest you start looking at
http://lxr.php.net/xref/PHP_5_6/Zend/zend_language_parser.y#1265.
Thank you
Florian.