Hi Roberto,

On Fri, 2007-01-05 at 11:33 +0100, Roberto Fichera wrote:
> Now my problem is how to find declared functions in a context. Which hash 
> table
> I have to use?

Just take a look at the structure behind the executor_globals EG struct:
http://lxr.php.net/source/ZendEngine2/zend_globals.h#147 to see which
HashTable might contain the function_table. In that structure you might
find other useful elements )(maybe you need the class table or constants
table, too?) ;-)

johannes

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to