Searched defs:__tostring (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend.h | 492 union _zend_function *__tostring; member in struct:_zend_class_entry
|
| H A D | zend_API.c | 1972 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local 2106 __tostring = reg_function; 2148 scope->__tostring = __tostring; 2186 if (__tostring) { 2187 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) { 2188 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.function_name); 2190 __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;
|
Completed in 11 milliseconds