Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1955 } else if (name_len == sizeof(ZEND_TOSTRING_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
1956 …!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && fptr->common.num_ar… in zend_check_magic_method_implementation()
1958 …zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
2105 …(fname_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_TOSTRING_FUNC_NAM… in zend_register_functions()
H A Dzend_compile.h826 #define ZEND_TOSTRING_FUNC_NAME "__tostring" macro
H A Dzend_compile.c1618 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()
1673 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()
3671 } else if (!strncmp(mname, ZEND_TOSTRING_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 54 milliseconds