3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(1,2,3,4,5,6,7,8,9); usort($array, function ($a, $b) { return false; }); echo pack("L*", openssl_random_pseudo_bytes(1));
Output for 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /in/DQbSC on line 4 Fatal error: Uncaught Error: Call to undefined function openssl_random_pseudo_bytes() in /in/DQbSC:7 Stack trace: #0 {main} thrown in /in/DQbSC on line 7
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28
Deprecated: usort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in /in/DQbSC on line 6 Fatal error: Uncaught Error: Call to undefined function openssl_random_pseudo_bytes() in /in/DQbSC:7 Stack trace: #0 {main} thrown in /in/DQbSC on line 7
Process exited with code 255.
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.33, 7.4.3 - 7.4.33
Fatal error: Uncaught Error: Call to undefined function openssl_random_pseudo_bytes() in /in/DQbSC:7 Stack trace: #0 {main} thrown in /in/DQbSC on line 7
Process exited with code 255.
Output for 5.4.15 - 5.4.45, 5.5.0 - 5.5.3, 5.5.5 - 5.5.16, 5.5.19 - 5.5.36, 5.5.38, 5.6.0 - 5.6.13, 5.6.15 - 5.6.28, 7.0.1, 7.0.3 - 7.0.20, 7.1.0, 7.1.6 - 7.1.7, 7.2.0
Output for 7.0.0, 7.1.5

Output for 5.5.4, 7.0.2
Output for 5.6.14

Output for 5.5.37

Output for 5.5.18

Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.14
Fatal error: Call to undefined function openssl_random_pseudo_bytes() in /in/DQbSC on line 7
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17
Parse error: syntax error, unexpected T_FUNCTION in /in/DQbSC on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_FUNCTION in /in/DQbSC on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/DQbSC on line 4
Process exited with code 255.

preferences:
254.81 ms | 401 KiB | 351 Q