Home
last modified time | relevance | path

Searched refs:__call (Results 76 – 90 of 90) sorted by relevance

1234

/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt39 public function __call($method, $params) {
/PHP-7.4/ext/standard/tests/strings/
H A Dlcfirst.phpt62 public function __call($m, $v) {
/PHP-7.4/Zend/
H A Dzend_object_handlers.c1262 zend_function *fbc = is_static ? ce->__callstatic : ce->__call; in zend_get_call_trampoline_func()
1345 if (zobj->ce->__call) { in zend_std_get_method()
1371 if (zobj->ce->__call) { in zend_std_get_method()
1425 if (ce->__call && in zend_std_get_static_method()
1433 while (!call_ce->__call) { in zend_std_get_static_method()
H A Dzend.h139 zend_function *__call; member
H A Dzend_closures.c261 EX(func)->internal_function.scope->__callstatic : EX(func)->internal_function.scope->__call; in ZEND_NAMED_FUNCTION()
310 if (!mptr->common.scope->__call) { in zend_create_closure_from_callable()
H A Dzend_API.c2148 …= NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callsta… in zend_register_functions() local
2339 __call = reg_function; in zend_register_functions()
2390 scope->__call = __call; in zend_register_functions()
2420 if (__call) { in zend_register_functions()
2421 if (__call->common.fn_flags & ZEND_ACC_STATIC) { in zend_register_functions()
2422 …ype, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call->common.function_n… in zend_register_functions()
2424 __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; in zend_register_functions()
3138 ((fcc->object && fcc->calling_scope->__call) || in zend_is_callable_check_func()
3153 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
H A Dzend_inheritance.c148 if (EXPECTED(!ce->__call)) { in do_inherit_parent_constructor()
149 ce->__call = parent->__call; in do_inherit_parent_constructor()
1528 ce->__call = fe; in zend_add_magic_methods()
H A Dzend_API.h205 class_container.__call = NULL; \
H A Dzend_compile.c1679 ce->__call = NULL; in zend_initialize_class_data()
5846 ce->__call = (zend_function *) op_array; in zend_begin_method_decl()
H A Dzend_vm_def.h8292 …rray.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc->op_array.scope->__call;
H A Dzend_vm_execute.h2786 …rray.fn_flags & ZEND_ACC_STATIC) ? fbc->op_array.scope->__callstatic : fbc->op_array.scope->__call; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
/PHP-7.4/ext/opcache/
H A Dzend_persist.c979 if (ce->__call) { in zend_update_parent_ce()
980 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->__call); in zend_update_parent_ce()
982 ce->__call = tmp; in zend_update_parent_ce()
H A Dzend_file_cache.c784 SERIALIZE_PTR(ce->__call);
1471 UNSERIALIZE_PTR(ce->__call);
H A Dzend_accelerator_util_funcs.c352 zend_update_inherited_handler(__call); in zend_class_copy_ctor()
/PHP-7.4/ext/soap/
H A Dsoap.c212 PHP_METHOD(SoapClient, __call);
412 PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0)
2820 PHP_METHOD(SoapClient, __call) argument

Completed in 252 milliseconds

1234