Home
last modified time | relevance | path

Searched refs:x (Results 26 – 43 of 43) sorted by relevance

12

/PHP-Parser/test/code/parser/expr/uvs/
H A DindirectCall.test9 (function($x) { return $x; })('id')('var_dump')(8);
10 ($f = function($x = null) use (&$f) {
11 return $x ?: $f;
211 name: x
224 name: x
287 name: x
311 name: x
/PHP-Parser/test/code/formatPreservation/
H A DinlineHtml.test116 <?php $x;
122 <?php $x;
H A Dbasic.test92 x;
145 $x;
157 $x;
H A DlistInsertion.test50 (Foo $x) {}
59 (Foo|Bar $x) {}
333 if ($x) {
351 list($x, $y) = $z;
356 list($x, , $y) = $z;
H A Dfixup.test46 $x instanceof Foo;
81 $x instanceof ('Foo');
/PHP-Parser/test/code/parser/scalar/
H A DdocString.test32 $x\r
114 name: x
/PHP-Parser/test/code/parser/stmt/
H A Dattributes.test9 A4(x: 1),
29 $x = #[A10] function() {};
75 name: x
244 name: x
H A DnewInInitializer.test7 function a($x = new Foo) {
50 name: x
/PHP-Parser/
H A DREADME.md9 …or version 5.x**][doc_master] (current; for running on PHP >= 7.4; for parsing PHP 7.0 to PHP 8.4,…
11 [Documentation for version 4.x][doc_4_x] (supported; for running on PHP >= 7.0; for parsing PHP 5.2…
231 [doc_3_x]: https://github.com/nikic/PHP-Parser/tree/3.x/doc
232 [doc_4_x]: https://github.com/nikic/PHP-Parser/tree/4.x/doc
H A DUPGRADE-5.0.md1 Upgrading from PHP-Parser 4.x to 5.0
69 while uses inside other expressions (such as `$x ?? throw $e`) used the `Expr\Throw_` class.
107 [$x] = $y;
116 name: x
135 name: x
165 example `while ($x) { $a; { $b; } $c; }` would produce the same node structure as
174 while ($x) { $a; { $b; } $c; }
179 name: x
203 name: x
381 if ($x) {
[all …]
H A DUPGRADE-2.0.md1 Upgrading from PHP-Parser 1.x to 2.0
H A DUPGRADE-4.0.md1 Upgrading from PHP-Parser 3.x to 4.0
H A DCHANGELOG.md102 typically used with code blocks, for example `if ($x) { $y; }` will be represented as previously,
103 while `if ($x) { { $x; } }` will have an extra `Stmt\Block` wrapper.
393 * Fixed formatting-preserving pretty printing for `"{$x}"`.
539 In particular, this allows `isset(($x))`, which is legal PHP code.
832 * Fixed pretty printing of `-(-$x)` and `+(+$x)`. (#459)
1207 * Added support for remaining PHP 7 features that were not present in 1.x:
1234 [1.x series changelog](https://github.com/nikic/PHP-Parser/blob/1.x/CHANGELOG.md) and the
H A DUPGRADE-3.0.md1 Upgrading from PHP-Parser 2.x to 3.0
/PHP-Parser/test/code/parser/expr/
H A DarrayDestructuring.test7 [, [[$a, , $x]], $b] = $bar;
111 name: x
/PHP-Parser/test/code/parser/stmt/class/
H A Dproperty_promotion.test7 public float $x = 0.0,
47 name: x
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test425 throw $x
531 name: x
557 public $x, ;
561 unset($x, );
562 isset($x, );
712 name: x
739 name: x
747 name: x
/PHP-Parser/doc/
H A D0_Introduction.markdown35 PHP-Parser 4.x had full support for parsing PHP 5. PHP-Parser 5.x has only limited support, with the

Completed in 45 milliseconds

12