Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute_API.c679 zend_execute_data *call, dummy_execute_data; in zend_call_function() local
708 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
716 dummy_execute_data = *EG(current_execute_data); in zend_call_function()
718 dummy_execute_data.call = NULL; in zend_call_function()
719 dummy_execute_data.opline = NULL; in zend_call_function()
720 dummy_execute_data.func = NULL; in zend_call_function()
721 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
740 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
774 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
784 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
[all …]

Completed in 12 milliseconds