3v4l.org

run code in 300+ PHP versions simultaneously
<?php function sort($array){ $v; asort($array); foreach($array as $v){ echo $v."<br>";} } $arr[]="5"; $arr[]="2"; $arr[]="1"; $arr[]="4"; $arr[]="7"; sort($arr); ?>
Output for 5.6.38, 7.1.0 - 7.1.23, 7.2.0 - 7.2.11
Fatal error: Cannot redeclare sort() in /in/sGjn6 on line 7
Process exited with code 255.

preferences:
176.56 ms | 1395 KiB | 44 Q