Home
last modified time | relevance | path

Searched refs:ZEND_GET_FUNC_NAME (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_API.c1980 …} else if (name_len == sizeof(ZEND_GET_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_GET_FUNC_NAME, sizeo… in zend_check_magic_method_implementation()
1982 …nd_error(error_type, "Method %s::%s() must take exactly 1 argument", ce->name, ZEND_GET_FUNC_NAME); in zend_check_magic_method_implementation()
1984 …or(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_GET_FUNC_NAME); in zend_check_magic_method_implementation()
2170 …lse if ((fname_len == sizeof(ZEND_GET_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_GET_FUNC_NAME,… in zend_register_functions()
H A Dzend_compile.h856 #define ZEND_GET_FUNC_NAME "__get" macro
H A Dzend_compile.c1605 …} else if ((name_len == sizeof(ZEND_GET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_GET_FUNC_NAME, size… in zend_do_begin_function_declaration()
1660 …} else if ((name_len == sizeof(ZEND_GET_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_GET_FUNC_NAME, size… in zend_do_begin_function_declaration()
3851 } else if (!strncmp(mname, ZEND_GET_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
H A Dzend_object_handlers.c158 zend_call_method_with_1_params(&object, ce, &ce->__get, ZEND_GET_FUNC_NAME, &retval, member); in zend_std_call_getter()

Completed in 47 milliseconds