Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c1941 …} else if (name_len == sizeof(ZEND_CALL_FUNC_NAME) - 1 && !memcmp(lcname, ZEND_CALL_FUNC_NAME, siz… in zend_check_magic_method_implementation()
1943 …_error(error_type, "Method %s::%s() must take exactly 2 arguments", ce->name, ZEND_CALL_FUNC_NAME); in zend_check_magic_method_implementation()
1945 …r(error_type, "Method %s::%s() cannot take arguments by reference", ce->name, ZEND_CALL_FUNC_NAME); in zend_check_magic_method_implementation()
2101 …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.h824 #define ZEND_CALL_FUNC_NAME "__call" macro
H A Dzend_compile.c1594 …if ((name_len == sizeof(ZEND_CALL_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALL_FUNC_NAME, sizeof(ZE… in zend_do_begin_function_declaration()
1643 …} else if ((name_len == sizeof(ZEND_CALL_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_CALL_FUNC_NAME, si… in zend_do_begin_function_declaration()
3663 } else if (!strncmp(mname, ZEND_CALL_FUNC_NAME, mname_len)) { in zend_add_magic_methods()
H A Dzend_object_handlers.c893 …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.4/ext/soap/
H A Dsoap.c1793 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {
1842 zend_hash_exists(function_table, ZEND_CALL_FUNC_NAME, sizeof(ZEND_CALL_FUNC_NAME)))) {

Completed in 57 milliseconds