%PDF- %PDF-
Direktori : /var/www/html/diaspora/api/vendor/nikic/php-parser/test/code/prettyPrinter/expr/ |
Current File : /var/www/html/diaspora/api/vendor/nikic/php-parser/test/code/prettyPrinter/expr/arrow_function.test |
Arrow function ----- <?php fn($a) => $a; fn($x = 42) => $x; fn(&$x) => $x; fn&($x) => $x; static fn($x, ...$rest) => $rest; fn(): int => $x; ----- !!php7 fn($a) => $a; fn($x = 42) => $x; fn(&$x) => $x; fn&($x) => $x; static fn($x, ...$rest) => $rest; fn(): int => $x;