Home
last modified time | relevance | path

Searched refs:ZEND_CALL_FUNC_NAME (Results 1 – 5 of 5) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_API.c1776 …} else if (name_len == sizeof(ZEND_CALL_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CALL_FUNC_NAME, siz… in zend_check_magic_method_implementation()
1778 …_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALL_FUNC_NAME); in zend_check_magic_method_implementation()
1780 …r(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALL_FUNC_NAME); in zend_check_magic_method_implementation()
1923 …e if ((fname_len == sizeof(ZEND_CALL_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_CALL_FUNC_NAME,… in zend_register_functions()
H A Dzend_compile.h745 #define ZEND_CALL_FUNC_NAME "__call" macro
H A Dzend_compile.c1244 …if ((name_len == sizeof(ZEND_CALL_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALL_FUNC_NAME, sizeof(ZE… in zend_do_begin_function_declaration()
1293 …} else if ((name_len == sizeof(ZEND_CALL_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALL_FUNC_NAME, si… in zend_do_begin_function_declaration()
H A Dzend_object_handlers.c729 …zend_call_method_with_2_params(&this_ptr, ce, &ce->__call, ZEND_CALL_FUNC_NAME, &method_result_ptr… in zend_std_call_user_call()
/PHP-5.3/ext/soap/
H A Dsoap.c1921 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1972 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {

Completed in 54 milliseconds