Searched defs:DONT_TRAVERSE_CHILDREN (Results 1 – 2 of 2) sorted by relevance
/PHP-Parser/lib/PhpParser/ | ||
H A D | NodeVisitor.php | 13 public const DONT_TRAVERSE_CHILDREN = 1; define |
H A D | NodeTraverser.php | 9 public const DONT_TRAVERSE_CHILDREN = NodeVisitor::DONT_TRAVERSE_CHILDREN; define in PhpParser\\NodeTraverser |
Completed in 4 milliseconds