3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function metoda(array $a = 1) { var_dump($a); } } $a = new Test(); $a->metoda();
Output for 7.0.3 - 7.0.20, 7.1.0 - 7.1.7
Fatal error: Default value for parameters with array type can only be an array or NULL in /in/SNhes on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.2
Fatal error: Default value for parameters with array type hint can only be an array or NULL in /in/SNhes on line 5
Process exited with code 255.

preferences:
171 ms | 1395 KiB | 36 Q