Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.h274 int vmret; /* return from last opcode handler execution */ variable
H A Dphpdbg_prompt.c1143 phpdbg_writeln("info", "vmret=\"%d\"", "VM Return %d", PHPDBG_G(vmret)); in PHPDBG_COMMAND()
1866 PHPDBG_G(vmret) = zend_vm_call_opcode_handler(execute_data); in phpdbg_execute_ex()
1869 if (PHPDBG_G(vmret) != 0) { in phpdbg_execute_ex()
1870 if (PHPDBG_G(vmret) < 0) { in phpdbg_execute_ex()
H A Dxml.md343 - vmret: the return value of the last executed opcode
H A Dphpdbg.c152 pg->vmret = 0; in php_phpdbg_globals_ctor()

Completed in 17 milliseconds