Home
last modified time | relevance | path

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

/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php31 $dumpOtherAttributes = isset($modes['attributes']);
45 'dumpOtherAttributes' => $dumpOtherAttributes,
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php18 private bool $dumpOtherAttributes; variable in PhpParser\\NodeDumper
47 $this->dumpOtherAttributes = !empty($options['dumpOtherAttributes']);
107 if ($this->dumpOtherAttributes) {

Completed in 5 milliseconds