Lines Matching refs:function_handler
878 union _zend_function *function_handler; in spl_recursive_it_get_method() local
888 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method()
889 if (!function_handler) { in spl_recursive_it_get_method()
890 …(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { in spl_recursive_it_get_method()
893 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
899 return function_handler; in spl_recursive_it_get_method()
1356 union _zend_function *function_handler; in spl_dual_it_get_method() local
1361 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method()
1362 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method()
1363 …&intern->inner.ce->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { in spl_dual_it_get_method()
1366 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method()
1372 return function_handler; in spl_dual_it_get_method()