Home
last modified time | relevance | path

Searched refs:ZEND_TOSTRING_FUNC_NAME (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.c1790 } else if (name_len == sizeof(ZEND_TOSTRING_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
1791 …!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && fptr->common.num_ar… in zend_check_magic_method_implementation()
1793 …zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
1927 …(fname_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_TOSTRING_FUNC_NAM… in zend_register_functions()
H A Dzend_compile.h747 #define ZEND_TOSTRING_FUNC_NAME "__tostring" macro
H A Dzend_compile.c1268 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()
1323 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()

Completed in 29 milliseconds