Home
last modified time | relevance | path

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

/PHP-7.1/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.c474 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
522 child->flags = PHPDBG_WATCH_RECURSIVE;
567 child->flags = PHPDBG_WATCH_RECURSIVE;
814 …T((element->flags & (PHPDBG_WATCH_RECURSIVE_ROOT | PHPDBG_WATCH_RECURSIVE)) != PHPDBG_WATCH_RECURS…
870 } else if (element->flags & PHPDBG_WATCH_RECURSIVE) {
965 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
980 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
1059 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
1180 …|PHPDBG_WATCH_OBJECT)) ? "array" : "variable", (element->flags & PHPDBG_WATCH_RECURSIVE) ? "recurs…
1219 element->flags = PHPDBG_WATCH_RECURSIVE | PHPDBG_WATCH_RECURSIVE_ROOT;

Completed in 13 milliseconds