Searched defs:__tostring (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/Zend/
H A Dzend.h502 union _zend_function *__tostring; member in struct:_zend_class_entry
H A Dzend_API.c2035 zend_function *ctor = NULL, *dtor = NULL, *clone = NULL, *__get = NULL, *__set = NULL, *__unset = NULL, *__isset = NULL, *__call = NULL, *__callstatic = NULL, *__tostring = NULL; local
2169 __tostring = reg_function;
2211 scope->__tostring = __tostring;
2249 if (__tostring) {
2250 if (__tostring->common.fn_flags & ZEND_ACC_STATIC) {
2251 zend_error(error_type, "Method %s::%s() cannot be static", scope->name, __tostring->common.function_name);
2253 __tostring->common.fn_flags &= ~ZEND_ACC_ALLOW_STATIC;

Completed in 22 milliseconds