3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(); var_dump(array_rand($array,0));
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.25, 7.3.0 - 7.3.12, 7.4.0
Warning: array_rand(): Array is empty in /in/TeWu3 on line 3 NULL
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9, 5.0.0 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28, 7.0.0 - 7.0.20
Warning: array_rand(): Second argument has to be between 1 and the number of elements in the array in /in/TeWu3 on line 3 NULL
Output for 4.3.0 - 4.3.1
Warning: array_rand() [http://www.php.net/function.array-rand]: Second argument has to be between 1 and the number of elements in the array in /in/TeWu3 on line 3 NULL

preferences:
134.59 ms | 402 KiB | 206 Q