Home
last modified time | relevance | path

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

/PHP-8.0/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.c40 PHPDBG_PRINT(opline) /* {{{ */ in PHPDBG_PRINT() function
103 PHPDBG_PRINT(exec) /* {{{ */ in PHPDBG_PRINT() function
122 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() function
147 PHPDBG_PRINT(class) /* {{{ */ in PHPDBG_PRINT() function
181 PHPDBG_PRINT(method) /* {{{ */ in PHPDBG_PRINT() function
209 PHPDBG_PRINT(func) /* {{{ */ in PHPDBG_PRINT() function

Completed in 11 milliseconds