in_executor 309 sapi/phpdbg/phpdbg_info.c zend_bool in_executor = PHPDBG_G(in_execution) && EG(current_execute_data) && EG(current_execute_data)->func; in_executor 310 sapi/phpdbg/phpdbg_info.c if (in_executor || PHPDBG_G(ops)) { in_executor 311 sapi/phpdbg/phpdbg_info.c zend_op_array *ops = in_executor ? &EG(current_execute_data)->func->op_array : PHPDBG_G(ops);