Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_API.c2066 } else if (name_len == sizeof(ZEND_DEBUGINFO_FUNC_NAME) - 1 && in zend_check_magic_method_implementation()
2067 …!memcmp(lcname, ZEND_DEBUGINFO_FUNC_NAME, sizeof(ZEND_DEBUGINFO_FUNC_NAME)-1) && fptr->common.num_… in zend_check_magic_method_implementation()
2068 …end_error(error_type, "Method %s::%s() cannot take arguments", ce->name, ZEND_DEBUGINFO_FUNC_NAME); in zend_check_magic_method_implementation()
2231 …fname_len == sizeof(ZEND_DEBUGINFO_FUNC_NAME)-1) && !memcmp(lowercase_name, ZEND_DEBUGINFO_FUNC_NA… in zend_register_functions()
H A Dzend_object_handlers.c150 zend_call_method_with_0_params(&object, ce, &ce->__debugInfo, ZEND_DEBUGINFO_FUNC_NAME, &retval); in zend_std_get_debug_info()
171 zend_error_noreturn(E_ERROR, ZEND_DEBUGINFO_FUNC_NAME "() must return an array"); in zend_std_get_debug_info()
H A Dzend_compile.h886 #define ZEND_DEBUGINFO_FUNC_NAME "__debuginfo" macro
H A Dzend_compile.c1633 …f ((name_len == sizeof(ZEND_DEBUGINFO_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_DEBUGINFO_FUNC_NAME, … in zend_do_begin_function_declaration()
1697 …f ((name_len == sizeof(ZEND_DEBUGINFO_FUNC_NAME)-1) && (!memcmp(lcname, ZEND_DEBUGINFO_FUNC_NAME, … in zend_do_begin_function_declaration()
4006 } else if (!strncmp(mname, ZEND_DEBUGINFO_FUNC_NAME, mname_len)) { in zend_add_magic_methods()

Completed in 43 milliseconds