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