Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c770 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
771 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
775 active_function->common.function_name); in zend_parse_va_args()
790 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
791 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
795 active_function->common.function_name); in zend_parse_va_args()
813 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
814 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
818 active_function->common.function_name, in zend_parse_va_args()

Completed in 17 milliseconds