Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2018 } else if (name_len == sizeof(ZEND_TOSTRING_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
2019 …!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && fptr->common.num_ar… in zend_check_magic_method_implementation()
2021 …zend_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_TOSTRING_FUNC_NAME); in zend_check_magic_method_implementation()
2168 …(fname_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_TOSTRING_FUNC_NAM… in zend_register_functions()
H A Dzend_compile.h862 #define ZEND_TOSTRING_FUNC_NAME "__tostring" macro
H A Dzend_compile.c1621 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()
1680 … if ((name_len == sizeof(ZEND_TOSTRING_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_TOSTRING_FUNC_NAME, … in zend_do_begin_function_declaration()
3863 } else if (!strncmp(mname, ZEND_TOSTRING_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 57 milliseconds