3v4l.org

run code in 300+ PHP versions simultaneously
<?php $i = 1; $f = 1.1; function test($a, $b, $c, $d) { var_dump($a, $b, $c, $d); } test($i++, $i++, $i++); var_dump($i, $f);

preferences:
53.9 ms | 402 KiB | 5 Q