Searched refs:same (Results 1 – 8 of 8) sorted by relevance
17 // (all are actually the same number, just in different representations)82 1: // (all are actually the same number, just in different representations)
121 $same = $nodeDumper->dump($stmts) == $nodeDumper->dump($printedStmts); variable122 if (!$same && !preg_match('/<\?php<\?php/i', $input)) {
213 $same = $nodeDumper->dump($stmts) == $nodeDumper->dump($ppStmts); variable216 if (!$same) {
52 `ParentConnectingVisitor` and `NodeConnectingVisitor` should not be used at the same time. The latt…
4 always on the same line, even for class and method declarations.
40 …e PHP-Parser 4.18.0, to allow libraries to support PHP-Parser 4 and 5 at the same time more easily.98 node, while `[$x] = $y` used a `Node\Expr\Array_` node, the same used for the creation (rather than160 PHP-Parser 4 and 5 at the same time more easily.165 example `while ($x) { $a; { $b; } $c; }` would produce the same node structure as231 Previously, comments were assigned to all nodes starting at the same position. Now they will be473 Tokens are now internally represented using the `PhpParser\Token` class, which exposes the same bas…
27 `type` subnode has retained for backwards compatibility and is populated to the same value as33 * The `Trait` constructor now has the same form as the `Class` and `Interface` constructors: It
788 point for the already existing attributes of the same name.1080 `type` subnode has retained for backwards compatibility and is populated to the same value as1084 * The `Trait` constructor now has the same form as the `Class` and `Interface` constructors: It
Completed in 22 milliseconds