__tostring 156 Zend/zend.h union _zend_function *__tostring; __tostring 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; __tostring 2286 Zend/zend_API.c __tostring = reg_function; __tostring 2335 Zend/zend_API.c scope->__tostring = __tostring; __tostring 2374 Zend/zend_API.c if (__tostring) { __tostring 2375 Zend/zend_API.c if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { __tostring 2376 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", ZSTR_VAL(scope->name), ZSTR_VAL(__tostring->common.function_name)); __tostring 2378 Zend/zend_API.c __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __tostring 204 Zend/zend_API.h class_container.__tostring = NULL; \ __tostring 1653 Zend/zend_compile.c ce->__tostring = NULL; __tostring 4777 Zend/zend_compile.c ce->__tostring = (zend_function *) op_array; __tostring 123 Zend/zend_inheritance.c if (EXPECTED(!ce->__tostring)) { __tostring 124 Zend/zend_inheritance.c ce->__tostring = ce->parent->__tostring; __tostring 1068 Zend/zend_inheritance.c ce->__tostring = fe; __tostring 1528 Zend/zend_object_handlers.c if (ce->__tostring && __tostring 1529 Zend/zend_object_handlers.c (zend_call_method_with_0_params(readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(exception))) { __tostring 390 ext/filter/filter.c if (!ce->__tostring) { __tostring 457 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__tostring); __tostring 642 ext/opcache/zend_file_cache.c SERIALIZE_PTR(ce->__tostring); __tostring 1181 ext/opcache/zend_file_cache.c UNSERIALIZE_PTR(ce->__tostring); __tostring 879 ext/opcache/zend_persist.c if (ce->__tostring) { __tostring 880 ext/opcache/zend_persist.c ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring); __tostring 1838 ext/spl/spl_directory.c if (Z_OBJCE_P(readobj)->__tostring) {