Lines Matching refs:current_execute_data
603 zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); in phpdbg_skip_line_helper()
648 zend_execute_data *ex = phpdbg_user_execute_data(EG(current_execute_data)); in phpdbg_seek_to_end()
675 …_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline))… in PHPDBG_COMMAND()
692 …_exists(&PHPDBG_G(seek), (zend_ulong) phpdbg_user_execute_data(EG(current_execute_data))->opline))… in PHPDBG_COMMAND()
753 zend_execute_data *ex = EG(current_execute_data); in PHPDBG_COMMAND()
953 zend_execute_data *original_execute_data = EG(current_execute_data); in PHPDBG_COMMAND()
1000 EG(current_execute_data) = original_execute_data; in PHPDBG_COMMAND()
1655 …if (EG(current_execute_data) && EG(current_execute_data)->func && ZEND_USER_CODE(EG(current_execut…
1656 backup_opline = EG(current_execute_data)->opline; \
1668 EG(current_execute_data)->opline = backup_opline; \
1864 execute_data = EG(current_execute_data); in phpdbg_execute_ex()
1874 zend_execute_data *data = EG(current_execute_data); /* should be always readable if not NULL */ in phpdbg_force_interruption()