Searched defs:function_handler (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/spl/ |
| H A D | spl_iterators.c | 844 union _zend_function *function_handler; local 854 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 855 if (!function_handler) { 856 if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { 859 function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len TSRMLS_CC); 863 return function_handler; 1278 union _zend_function *function_handler; local 1283 function_handler = std_object_handlers.get_method(object_ptr, method, method_len TSRMLS_CC); 1284 if (!function_handler && intern->inner.ce) { 1285 if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) [all...] |
| /PHP_5_3/Zend/ |
| H A D | zend_API.h | 57 zend_function *function_handler; member in struct:_zend_fcall_info_cache
|
Completed in 8 milliseconds