Searched refs:in_executor (Results 1 – 1 of 1) sorted by relevance
309 …zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_d… in PHPDBG_INFO() local310 if (in_executor || PHPDBG_G(ops)) { in PHPDBG_INFO()311 zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops); in PHPDBG_INFO()
Completed in 7 milliseconds