Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.h53 #define PHPDBG_WATCH_RECURSIVE 0x02 macro
56 #define PHPDBG_WATCH_NORMAL (PHPDBG_WATCH_SIMPLE | PHPDBG_WATCH_RECURSIVE)
H A Dphpdbg_watch.c473 if (element->flags & PHPDBG_WATCH_RECURSIVE) {
521 child->flags = PHPDBG_WATCH_RECURSIVE;
566 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) {
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 9 milliseconds