PHPDBG_PRINT_COMMAND_D 33 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(exec, "print out the instructions in the execution context", 'e', print_exec, NULL, 0), PHPDBG_PRINT_COMMAND_D 34 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(opline, "print out the instruction in the current opline", 'o', print_opline, NULL, 0), PHPDBG_PRINT_COMMAND_D 35 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(class, "print out the instructions in the specified class", 'c', print_class, NULL, "s"), PHPDBG_PRINT_COMMAND_D 36 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(method, "print out the instructions in the specified method", 'm', print_method, NULL, "m"), PHPDBG_PRINT_COMMAND_D 37 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(func, "print out the instructions in the specified function", 'f', print_func, NULL, "s"), PHPDBG_PRINT_COMMAND_D 38 sapi/phpdbg/phpdbg_print.c PHPDBG_PRINT_COMMAND_D(stack, "print out the instructions in the current stack", 's', print_stack, NULL, 0),