3v4l.org

run code in 300+ PHP versions simultaneously
<?php class A { async public function f() { $a = async function ($x) { var_dump($x); }; $a(1); } } (new A())->f();
Output for 7.1.0 - 7.1.6
Parse error: syntax error, unexpected 'async' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /in/tDmKg on line 4
Process exited with code 255.
Output for 7.0.0 - 7.0.20
Parse error: syntax error, unexpected 'async' (T_STRING), expecting function (T_FUNCTION) in /in/tDmKg on line 4
Process exited with code 255.

preferences:
176.18 ms | 940 KiB | 36 Q