Home
last modified time | relevance | path

Searched refs:ZEND_CALLSTATIC_FUNC_NAME (Results 1 – 4 of 4) sorted by last modified time

/PHP-5.3/Zend/
H A Dzend_object_handlers.c932 zend_error(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME); in zend_std_callstatic_user_call()
944 …zend_call_method_with_2_params(NULL, ce, &ce->__callstatic, ZEND_CALLSTATIC_FUNC_NAME, &method_res… in zend_std_callstatic_user_call()
H A Dzend_compile.c1248 … ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME,… in zend_do_begin_function_declaration()
1298 … ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME,… in zend_do_begin_function_declaration()
H A Dzend_compile.h746 #define ZEND_CALLSTATIC_FUNC_NAME "__callstatic" macro
H A Dzend_API.c1782 } else if (name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
1783 !memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) in zend_check_magic_method_implementation()
1786 …(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALLSTATIC_FUNC_NAME); in zend_check_magic_method_implementation()
1788 …r_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALLSTATIC_FUNC_NAME); in zend_check_magic_method_implementation()
1925 …ame_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CALLSTATIC_FUNC_NA… in zend_register_functions()

Completed in 42 milliseconds