Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_print.h26 #define PHPDBG_PRINT(name) PHPDBG_COMMAND(print_##name) macro
31 PHPDBG_PRINT(exec);
32 PHPDBG_PRINT(opline);
33 PHPDBG_PRINT(class);
34 PHPDBG_PRINT(method);
35 PHPDBG_PRINT(func);
36 PHPDBG_PRINT(stack);
H A Dphpdbg_print.c42 PHPDBG_PRINT(opline) /* {{{ */ in PHPDBG_PRINT() function
105 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() function
124 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() function
149 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() function
183 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() function
211 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() function

Completed in 6 milliseconds