Home
last modified time | relevance | path

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

/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_print.h24 #define PHPDBG_PRINT(name) PHPDBG_COMMAND(print_##name) macro
29 PHPDBG_PRINT(exec);
30 PHPDBG_PRINT(opline);
31 PHPDBG_PRINT(class);
32 PHPDBG_PRINT(method);
33 PHPDBG_PRINT(func);
34 PHPDBG_PRINT(stack);
H A Dphpdbg_print.c41 PHPDBG_PRINT(opline) /* {{{ */ in PHPDBG_PRINT() function
80 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() function
99 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() function
124 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() function
154 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() function
182 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() function

Completed in 13 milliseconds