%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/diaspora/api/vendor/nikic/php-parser/test/code/prettyPrinter/expr/
Upload File :
Create Path :
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;

Zerion Mini Shell 1.0