Home
last modified time | relevance | path

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

/PHP-5.4/Zend/
H A Dzend_API.c741 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
742 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
746 active_function->common.function_name); in zend_parse_va_args()
761 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
762 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
766 active_function->common.function_name); in zend_parse_va_args()
784 zend_function *active_function = EG(current_execute_data)->function_state.function; in zend_parse_va_args() local
785 … const char *class_name = active_function->common.scope ? active_function->common.scope->name : ""; in zend_parse_va_args()
789 active_function->common.function_name, in zend_parse_va_args()

Completed in 17 milliseconds