__tostring 504 Zend/zend.h union _zend_function *__tostring; __tostring 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; __tostring 2177 Zend/zend_API.c __tostring = reg_function; __tostring 2221 Zend/zend_API.c scope->__tostring = __tostring; __tostring 2260 Zend/zend_API.c if (__tostring) { __tostring 2261 Zend/zend_API.c if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { __tostring 2262 Zend/zend_API.c zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.function_name); __tostring 2264 Zend/zend_API.c __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC; __tostring 195 Zend/zend_API.h class_container.__tostring = NULL; \ __tostring 1692 Zend/zend_compile.c CG(active_class_entry)->__tostring = (zend_function *) CG(active_op_array); __tostring 3153 Zend/zend_compile.c if (!ce->__tostring) { __tostring 3154 Zend/zend_compile.c ce->__tostring = ce->parent->__tostring; __tostring 4003 Zend/zend_compile.c ce->__tostring = fe; __tostring 6986 Zend/zend_compile.c ce->__tostring = NULL; __tostring 1561 Zend/zend_object_handlers.c if (ce->__tostring && __tostring 1562 Zend/zend_object_handlers.c (zend_call_method_with_0_params(&readobj, ce, &ce->__tostring, "__tostring", &retval) || EG(exception))) { __tostring 382 ext/filter/filter.c if (!ce->__tostring) { __tostring 791 ext/opcache/zend_accelerator_util_funcs.c zend_update_inherited_handler(__tostring); __tostring 679 ext/opcache/zend_persist.c if (ce->__tostring) { __tostring 680 ext/opcache/zend_persist.c ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring); __tostring 681 ext/opcache/zend_persist.c ce->__tostring->op_array.refcount++; __tostring 1883 ext/spl/spl_directory.c if (Z_OBJCE_P(readobj)->__tostring) {