__call 502 Zend/zend.h union _zend_function *__call; __call 2037 Zend/zend_API.c zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL, *__debugInfo = NULL; __call 2173 Zend/zend_API.c __call = reg_function; __call 2219 Zend/zend_API.c scope->__call = __call; __call 2248 Zend/zend_API.c if (__call) { __call 2249 Zend/zend_API.c if (__call->common.fn_flags & ZEND_ACC_STATIC) { __call 2250 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __call->common.function_name); __call 2252 Zend/zend_API.c __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __call 2861 Zend/zend_API.c ((fcc->object_ptr && fcc->calling_scope->__call) || __call 2880 Zend/zend_API.c if (strict_class && ce_org->__call) { __call 193 Zend/zend_API.h class_container.__call = handle_fcall; \ __call 1662 Zend/zend_compile.c CG(active_class_entry)->__call = (zend_function *) CG(active_op_array); __call 3147 Zend/zend_compile.c if (!ce->__call) { __call 3148 Zend/zend_compile.c ce->__call = ce->parent->__call; __call 3995 Zend/zend_compile.c ce->__call = fe; __call 6984 Zend/zend_compile.c ce->__call = NULL; __call 931 Zend/zend_object_handlers.c zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr, method_name_ptr, method_args_ptr); __call 1060 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1078 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1104 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1212 Zend/zend_object_handlers.c if (ce->__call && __call 784 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__call); __call 659 ext/opcache/zend_persist.c if (ce->__call) { __call 660 ext/opcache/zend_persist.c ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call); __call 661 ext/opcache/zend_persist.c ce->__call->op_array.refcount++; __call 221 ext/soap/soap.c PHP_METHOD(SoapClient, __call); __call 421 ext/soap/soap.c PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0) __call 2854 ext/soap/soap.c PHP_METHOD(SoapClient, __call)