Re: [PHP-DEV] zend_call_function() and co.

2011-07-29 Thread Johannes Schlüter
On Fri, 2011-07-29 at 20:03 +0200, Flavius Aspra wrote: > Hi > > I have a few questions about zend_fcall_info and zend_fcall_info_cache. > > Regarding zend_fcall_info > > What is function_name useful for? I have a feeling it's for error > reporting, but I'm not sure The engine hast to know wha

[PHP-DEV] zend_call_function() and co.

2011-07-29 Thread Flavius Aspra
Hi I have a few questions about zend_fcall_info and zend_fcall_info_cache. Regarding zend_fcall_info What is function_name useful for? I have a feeling it's for error reporting, but I'm not sure What is symbol_table for? Maybe to put in the function's context other variables beside the para