Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_print.c29 #define PHPDBG_PRINT_COMMAND_D(f, h, a, m, l, s, flags) \ macro
33PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the main execution context", 'e'…
34PHPDBG_PRINT_COMMAND_D(opline, "print out the instruction in the current opline", 'o'…
35PHPDBG_PRINT_COMMAND_D(class, "print out the instructions in the specified class", 'c'…
36PHPDBG_PRINT_COMMAND_D(method, "print out the instructions in the specified method", 'm'…
37PHPDBG_PRINT_COMMAND_D(func, "print out the instructions in the specified function", 'f'…
38PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's'…

Completed in 7 milliseconds