Searched refs:PHPDBG_PRINT_COMMAND_D (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/sapi/phpdbg/ |
H A D | phpdbg_print.c | 28 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ macro 32 …PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the main execution context", 'e'… 33 …PHPDBG_PRINT_COMMAND_D(opline, "print out the instruction in the current opline", 'o'… 34 …PHPDBG_PRINT_COMMAND_D(class, "print out the instructions in the specified class", 'c'… 35 …PHPDBG_PRINT_COMMAND_D(method, "print out the instructions in the specified method", 'm'… 36 …PHPDBG_PRINT_COMMAND_D(func, "print out the instructions in the specified function", 'f'… 37 …PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's'…
|
Completed in 5 milliseconds