3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php function maybeTheMiddle($left, $right) { if ($left < $right) { return maybeTheMiddle(++$left, --$right); } return $left; } maybeTheMiddle(1, 200);
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.30
Parse error: syntax error, unexpected '<' in /in/R6u4o on line 3
Process exited with code 255.

preferences:
188.04 ms | 1395 KiB | 67 Q