Searched refs:subNode2 (Results 1 – 1 of 1) sorted by relevance
7 public $subNode2; variable in PhpParser\\DummyNode10 public function __construct($subNode1, $subNode2, $notSubNode, $attributes) { argument13 $this->subNode2 = $subNode2;65 $this->assertSame('value2', $node->subNode2);67 $this->assertTrue(isset($node->subNode2));
Completed in 12 milliseconds