Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute_API.c652 zend_execute_data *call, dummy_execute_data; in zend_call_function() local
677 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
685 dummy_execute_data = *EG(current_execute_data); in zend_call_function()
687 dummy_execute_data.call = NULL; in zend_call_function()
688 dummy_execute_data.opline = NULL; in zend_call_function()
689 dummy_execute_data.func = NULL; in zend_call_function()
690 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
708 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
720 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
749 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
[all …]

Completed in 8 milliseconds