Searched refs:dumpOtherAttributes (Results 1 – 2 of 2) sorted by relevance
31 $dumpOtherAttributes = isset($modes['attributes']);45 'dumpOtherAttributes' => $dumpOtherAttributes,
18 private bool $dumpOtherAttributes; variable in PhpParser\\NodeDumper47 $this->dumpOtherAttributes = !empty($options['dumpOtherAttributes']);107 if ($this->dumpOtherAttributes) {
Completed in 5 milliseconds