Lines Matching refs:zend_function

1276 static zend_never_inline zend_function *zend_get_parent_private_method(zend_class_entry *scope, zen…  in zend_get_parent_private_method()
1279 zend_function *fbc; in zend_get_parent_private_method()
1324 ZEND_API zend_function *zend_get_call_trampoline_func(const zend_class_entry *ce, zend_string *meth… in zend_get_call_trampoline_func()
1328 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func()
1379 return (zend_function*)func; in zend_get_call_trampoline_func()
1383 static zend_always_inline zend_function *zend_get_user_call_function(zend_class_entry *ce, zend_str… in zend_get_user_call_function()
1389 static ZEND_COLD zend_never_inline void zend_bad_method_call(zend_function *fbc, zend_string *metho… in zend_bad_method_call()
1399 static ZEND_COLD zend_never_inline void zend_abstract_method_call(zend_function *fbc) /* {{{ */ in zend_abstract_method_call()
1406 ZEND_API zend_function *zend_std_get_method(zend_object **obj_ptr, zend_string *method_name, const … in zend_std_get_method()
1410 zend_function *fbc; in zend_std_get_method()
1444 zend_function *updated_fbc = zend_get_parent_private_method(scope, zobj->ce, lc_method_name); in zend_std_get_method()
1477 static zend_always_inline zend_function *zend_get_user_callstatic_function(zend_class_entry *ce, ze… in zend_get_user_callstatic_function()
1483 static zend_always_inline zend_function *get_static_method_fallback( in get_static_method_fallback()
1502 ZEND_API zend_function *zend_std_get_static_method(zend_class_entry *ce, zend_string *function_name… in zend_std_get_static_method()
1511 zend_function *fbc; in zend_std_get_static_method()
1520 zend_function *fallback_fbc = get_static_method_fallback(ce, function_name); in zend_std_get_static_method()
1660 static ZEND_COLD zend_never_inline void zend_bad_constructor_call(zend_function *constructor, zend_… in zend_bad_constructor_call()
1673 ZEND_API zend_function *zend_std_get_constructor(zend_object *zobj) /* {{{ */ in zend_std_get_constructor()
1675 zend_function *constructor = zobj->ce->constructor; in zend_std_get_constructor()
1957 …ult zend_std_get_closure(zend_object *obj, zend_class_entry **ce_ptr, zend_function **fptr_ptr, ze… in zend_std_get_closure()