Home
last modified time | relevance | path

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

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_set.h26 #define PHPDBG_SET(name) PHPDBG_COMMAND(set_##name) macro
28 PHPDBG_SET(prompt);
30 PHPDBG_SET(color);
31 PHPDBG_SET(colors);
33 PHPDBG_SET(oplog);
34 PHPDBG_SET(break);
35 PHPDBG_SET(breaks);
36 PHPDBG_SET(quiet);
37 PHPDBG_SET(stepping);
38 PHPDBG_SET(refcount);
H A Dphpdbg_set.c48 PHPDBG_SET(prompt) /* {{{ */ in PHPDBG_SET() function
57 PHPDBG_SET(break) /* {{{ */ in PHPDBG_SET() function
84 PHPDBG_SET(breaks) /* {{{ */ in PHPDBG_SET() function
105 PHPDBG_SET(color) /* {{{ */ in PHPDBG_SET() function
147 PHPDBG_SET(colors) /* {{{ */ in PHPDBG_SET() function
169 PHPDBG_SET(oplog) /* {{{ */ in PHPDBG_SET() function
197 PHPDBG_SET(quiet) /* {{{ */ in PHPDBG_SET() function
217 PHPDBG_SET(stepping) /* {{{ */ in PHPDBG_SET() function
241 PHPDBG_SET(refcount) /* {{{ */ in PHPDBG_SET() function

Completed in 15 milliseconds