ID:               19506
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         Documentation problem
 Operating System: Linux 2.4.19
 PHP Version:      4.2.3
 New Comment:

get_defined_funcs works well, but get_extension_funcs does not returm
any of the zend_builtin_functions.
This may not be only a documentation problem, maybe it should be fixed
in the source, because get_extensions_funcs
could not be "trusted". The module name standard is misleading, as long
as zend_builtin_functions are standard functions
(zend_builtin_functions.c), but not treated as those by
get_extension_funcs.


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

[2002-09-20 07:02:30] [EMAIL PROTECTED]

This is just documentation issue. (I didn't remember
get_defined_functions() at all)


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

[2002-09-20 02:56:02] [EMAIL PROTECTED]

There is nothing wrong with get_defined_functions(), 
except that functions like:
 - extension_loaded
 - get_extension_funcs
 - get_loaded_extensions

are not returned by the script I submit.
Problem in the function or the definition of the function...

For you to decide.

Gilles

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

[2002-09-20 02:53:29] [EMAIL PROTECTED]

What's wrong with get_defined_functions()?

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

[2002-09-19 21:25:23] [EMAIL PROTECTED]

Those functions are not defined in any extension but in the Zend
engine..maybe there should be another function to get all defined
functions? :)


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

[2002-09-19 16:24:24] [EMAIL PROTECTED]

mispelled my address

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/19506

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


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to