Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_execute_API.c666 zend_execute_data *call, dummy_execute_data; in zend_call_function() local
692 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
700 dummy_execute_data = *EG(current_execute_data); in zend_call_function()
702 dummy_execute_data.call = NULL; in zend_call_function()
703 dummy_execute_data.opline = NULL; in zend_call_function()
704 dummy_execute_data.func = NULL; in zend_call_function()
705 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
723 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
751 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
868 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
[all …]

Completed in 9 milliseconds