Searched defs:function_handler (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/spl/
H A Dspl_iterators.c833 union _zend_function *function_handler; local
843 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC);
844 if (!function_handler) {
845 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) {
848 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_CC);
852 return function_handler;
1253 union _zend_function *function_handler; local
1258 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC);
1259 if (!function_handler && intern->inner.ce) {
1260 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler)
[all...]
/PHP_TRUNK/Zend/
H A Dzend_API.h57 zend_function *function_handler; member in struct:_zend_fcall_info_cache

Completed in 17 milliseconds