Home
last modified time | relevance | path

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

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg.h266 int vmret; /* return from last opcode handler execution */ variable
H A Dphpdbg_prompt.c1135 phpdbg_writeln("info", "vmret=\"%d\"", "VM Return %d", PHPDBG_G(vmret)); in PHPDBG_COMMAND()
1852 PHPDBG_G(vmret) = zend_vm_call_opcode_handler(execute_data); in phpdbg_execute_ex()
1855 if (PHPDBG_G(vmret) != 0) { in phpdbg_execute_ex()
1856 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.c99 pg->vmret = 0; in php_phpdbg_globals_ctor()

Completed in 31 milliseconds