ID: 13457
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Linux 2.4.9
PHP Version: 4.0.6
New Comment:

Not a bug, include_once is not a function, but a language construct. And thus it does 
not appear in Zend's internal functionlist.

Derick

Previous Comments:
------------------------------------------------------------------------

[2001-09-26 13:13:49] [EMAIL PROTECTED]

function_exists() always returns false regardless of the specified input unless the 
function is not part of php core and is avaliable.
For example function_exists('include_once') returns false (on php 4.0.6) however it 
does return true for function_exists('shmop_open').

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=13457&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to