__call 154 Zend/zend.h union _zend_function *__call; __call 2129 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 2282 Zend/zend_API.c __call = reg_function; __call 2333 Zend/zend_API.c scope->__call = __call; __call 2362 Zend/zend_API.c if (__call) { __call 2363 Zend/zend_API.c if (__call->common.fn_flags & ZEND_ACC_STATIC) { __call 2364 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__call->common.function_name)); __call 2366 Zend/zend_API.c __call->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __call 3040 Zend/zend_API.c ((fcc->object && fcc->calling_scope->__call) || __call 3059 Zend/zend_API.c if (strict_class && ce_org->__call) { __call 202 Zend/zend_API.h class_container.__call = handle_fcall; \ __call 1651 Zend/zend_compile.c ce->__call = NULL; __call 4737 Zend/zend_compile.c ce->__call = (zend_function *) op_array; __call 117 Zend/zend_inheritance.c if (EXPECTED(!ce->__call)) { __call 118 Zend/zend_inheritance.c ce->__call = ce->parent->__call; __call 1058 Zend/zend_inheritance.c ce->__call = fe; __call 1034 Zend/zend_object_handlers.c zend_function *fbc = is_static ? ce->__callstatic : ce->__call; __call 1103 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1122 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1149 Zend/zend_object_handlers.c if (zobj->ce->__call) { __call 1204 Zend/zend_object_handlers.c if (ce->__call && __call 1212 Zend/zend_object_handlers.c while (!call_ce->__call) { __call 450 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__call); __call 637 ext/opcache/zend_file_cache.c SERIALIZE_PTR(ce->__call); __call 1176 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(ce->__call); __call 864 ext/opcache/zend_persist.c if (ce->__call) { __call 865 ext/opcache/zend_persist.c ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call); __call 220 ext/soap/soap.c PHP_METHOD(SoapClient, __call); __call 420 ext/soap/soap.c PHP_ME(SoapClient, __call, arginfo_soapclient___call, 0) __call 2860 ext/soap/soap.c PHP_METHOD(SoapClient, __call)