Home
last modified time | relevance | path

Searched refs:same (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/test/code/parser/scalar/
H A Dfloat.test17 // (all are actually the same number, just in different representations)
82 1: // (all are actually the same number, just in different representations)
/PHP-Parser/tools/fuzzing/
H A Dtarget.php121 $same = $nodeDumper->dump($stmts) == $nodeDumper->dump($printedStmts); variable
122 if (!$same && !preg_match('/<\?php<\?php/i', $input)) {
/PHP-Parser/test_old/
H A Drun.php213 $same = $nodeDumper->dump($stmts) == $nodeDumper->dump($ppStmts); variable
216 if (!$same) {
/PHP-Parser/doc/component/
H A DFAQ.markdown52 `ParentConnectingVisitor` and `NodeConnectingVisitor` should not be used at the same time. The latt…
/PHP-Parser/
H A DCONTRIBUTING.md4 always on the same line, even for class and method declarations.
H A DUPGRADE-5.0.md40 …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 than
160 PHP-Parser 4 and 5 at the same time more easily.
165 example `while ($x) { $a; { $b; } $c; }` would produce the same node structure as
231 Previously, comments were assigned to all nodes starting at the same position. Now they will be
473 Tokens are now internally represented using the `PhpParser\Token` class, which exposes the same bas…
H A DUPGRADE-3.0.md27 `type` subnode has retained for backwards compatibility and is populated to the same value as
33 * The `Trait` constructor now has the same form as the `Class` and `Interface` constructors: It
H A DCHANGELOG.md788 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 as
1084 * The `Trait` constructor now has the same form as the `Class` and `Interface` constructors: It

Completed in 22 milliseconds