Home
last modified time | relevance | path

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

/php-src/sapi/phpdbg/
H A Dphpdbg_set.h24 #define PHPDBG_SET(name) PHPDBG_COMMAND(set_##name) macro
26 PHPDBG_SET(prompt);
28 PHPDBG_SET(color);
29 PHPDBG_SET(colors);
31 PHPDBG_SET(break);
32 PHPDBG_SET(breaks);
33 PHPDBG_SET(quiet);
34 PHPDBG_SET(stepping);
35 PHPDBG_SET(refcount);
36 PHPDBG_SET(pagination);
[all …]
H A Dphpdbg_set.c47 PHPDBG_SET(prompt) /* {{{ */ in PHPDBG_SET() function
58 PHPDBG_SET(pagination) /* {{{ */ in PHPDBG_SET() function
78 PHPDBG_SET(lines) /* {{{ */ in PHPDBG_SET() function
94 PHPDBG_SET(break) /* {{{ */ in PHPDBG_SET() function
121 PHPDBG_SET(breaks) /* {{{ */ in PHPDBG_SET() function
142 PHPDBG_SET(color) /* {{{ */ in PHPDBG_SET() function
178 PHPDBG_SET(colors) /* {{{ */ in PHPDBG_SET() function
199 PHPDBG_SET(quiet) /* {{{ */ in PHPDBG_SET() function
218 PHPDBG_SET(stepping) /* {{{ */ in PHPDBG_SET() function
239 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() function

Completed in 6 milliseconds