Home
last modified time | relevance | path

Searched refs:__call (Results 101 – 116 of 116) sorted by relevance

12345

/PHP-8.2/Zend/
H A Dzend_object_handlers.c1264 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func()
1365 if (zobj->ce->__call) { in zend_std_get_method()
1391 if (zobj->ce->__call) { in zend_std_get_method()
1423 if (ce->__call && in get_static_method_fallback()
1429 ZEND_ASSERT(object->ce->__call); in get_static_method_fallback()
H A Dzend.h179 zend_function *__call; member
H A Dzend_closures.c292 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
341 if (!mptr->common.scope->__call) { in zend_create_closure_from_callable()
H A Dzend_inheritance.c152 if (EXPECTED(!ce->__call)) { in do_inherit_parent_constructor()
153 ce->__call = parent->__call; in do_inherit_parent_constructor()
2781 zend_update_inherited_handler(__call); in zend_lazy_class_load()
H A Dzend_API.c2675 ce->__call = fptr; in zend_add_magic_method()
3721 ((fcc->object && fcc->calling_scope->__call) || in zend_is_callable_check_func()
3736 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
H A Dzend_API.h293 class_container.__call = NULL; \
H A Dzend_vm_def.h8700 …rray.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc->op_array.scope->__call;
H A Dzend_compile.c1883 ce->__call = NULL; in zend_initialize_class_data()
H A Dzend_vm_execute.h3375 …rray.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc->op_array.scope->__call; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3518 …rray.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc->op_array.scope->__call; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
/PHP-8.2/ext/zend_test/
H A Dtest_arginfo.h247 static ZEND_METHOD(_ZendTestMagicCall, __call);
330 ZEND_ME(_ZendTestMagicCall, __call, arginfo_class__ZendTestMagicCall___call, ZEND_ACC_PUBLIC)
H A Dtest.c864 static ZEND_METHOD(_ZendTestMagicCall, __call) in ZEND_METHOD() argument
/PHP-8.2/ext/soap/
H A Dsoap_arginfo.h157 ZEND_METHOD(SoapClient, __call);
220 ZEND_ME(SoapClient, __call, arginfo_class_SoapClient___call, ZEND_ACC_PUBLIC)
H A Dsoap.c2499 PHP_METHOD(SoapClient, __call) argument
/PHP-8.2/ext/opcache/
H A Dzend_persist.c1167 if (ce->__call) { in zend_update_parent_ce()
1168 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__call); in zend_update_parent_ce()
1170 ce->__call = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c856 SERIALIZE_PTR(ce->__call);
1680 UNSERIALIZE_PTR(ce->__call);
/PHP-8.2/
H A DNEWS754 . Fixed bug GH-12835 (Leak of call->extra_named_params on internal __call).

Completed in 322 milliseconds

12345