Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_execute_API.c605 zend_execute_data *call, dummy_execute_data; in zend_call_function() local
628 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
636 dummy_execute_data = *EG(current_execute_data); in zend_call_function()
638 dummy_execute_data.call = NULL; in zend_call_function()
639 dummy_execute_data.opline = NULL; in zend_call_function()
640 dummy_execute_data.func = NULL; in zend_call_function()
641 EG(current_execute_data) = &dummy_execute_data; in zend_call_function()
659 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
671 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
693 if (EG(current_execute_data) == &dummy_execute_data) { in zend_call_function()
[all …]

Completed in 8 milliseconds