3v4l.org

run code in 300+ PHP versions simultaneously
<?php  $x = array(1, 2, 3, 4, 5);  var_dump($x);  unset($x[3]);  $x = array_values($x);  echo '<br>';  var_dump($x);  ?>   - See more at: http://www.w3resource.com/php-exercises/php-array-exercises.php#sthash.65y0TFY1.dpuf

This is an error 404

There are `0` results


preferences:
142.7 ms | 1399 KiB | 7 Q