Hi, On Thu, 19 Jun 2003, Oriol wrote:
> How can I know if a user function exists? Must I use zend_hash_find()? > How? Yup, zend_hash_find on the function_table hash (check how function_exists (Zend/zend_builtin_functions.c) is implemented). regards, Derick -- "Interpreting what the GPL actually means is a job best left to those that read the future by examining animal entrails." ------------------------------------------------------------------------- Derick Rethans http://derickrethans.nl/ International PHP Magazine http://php-mag.net/ ------------------------------------------------------------------------- -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php