Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_watch.h55 #define PHPDBG_WATCH_RECURSIVE 0x02 macro
58 #define PHPDBG_WATCH_NORMAL (PHPDBG_WATCH_SIMPLE | PHPDBG_WATCH_RECURSIVE)
H A Dphpdbg_watch.c475 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
523 child->flags = PHPDBG_WATCH_RECURSIVE;
568 child->flags = PHPDBG_WATCH_RECURSIVE;
815 …T((element->flags & (PHPDBG_WATCH_RECURSIVE_ROOT | PHPDBG_WATCH_RECURSIVE)) != PHPDBG_WATCH_RECURS…
871 } else if (element->flags & PHPDBG_WATCH_RECURSIVE) {
966 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
981 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
1060 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
1181 …|PHPDBG_WATCH_OBJECT)) ? "array" : "variable", (element->flags & PHPDBG_WATCH_RECURSIVE) ? "recurs…
1220 element->flags = PHPDBG_WATCH_RECURSIVE | PHPDBG_WATCH_RECURSIVE_ROOT;

Completed in 12 milliseconds