Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2010 } else if (name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
2011 !memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME, sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) in zend_check_magic_method_implementation()
2014 …(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALLSTATIC_FUNC_NAME); in zend_check_magic_method_implementation()
2016 …r_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALLSTATIC_FUNC_NAME); in zend_check_magic_method_implementation()
2166 …ame_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CALLSTATIC_FUNC_NA… in zend_register_functions()
H A Dzend_object_handlers.c1104 zend_error_noreturn(E_ERROR, "Cannot get arguments for " ZEND_CALLSTATIC_FUNC_NAME); in zend_std_callstatic_user_call()
1116 …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.h861 #define ZEND_CALLSTATIC_FUNC_NAME "__callstatic" macro
H A Dzend_compile.c1601 … ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME,… in zend_do_begin_function_declaration()
1655 … ((name_len == sizeof(ZEND_CALLSTATIC_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALLSTATIC_FUNC_NAME,… in zend_do_begin_function_declaration()
3861 } else if (!strncmp(mname, ZEND_CALLSTATIC_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 52 milliseconds