[PHP-DEV] traversing EG(function_table)

2003-01-10 Thread Andrey Hristov
Hi, is it ok to traverse this has using its internal HashPosition or external one has to be used. Andrey -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] traversing EG(function_table)

2003-01-10 Thread Derick Rethans
On Fri, 10 Jan 2003, Andrey Hristov wrote: Hi, is it ok to traverse this has using its internal HashPosition or external one has to be used. If you want to traverse it, you would usually use zend_hash_apply() Derick --