3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo file_get_contents('/dev/urandom');
Output for 8.1.28, 8.2.16 - 8.2.18, 8.3.3 - 8.3.6
Warning: file_get_contents(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/tmp:/in:/etc) in /in/hjDdR on line 2 Warning: file_get_contents(/dev/urandom): Failed to open stream: Operation not permitted in /in/hjDdR on line 2
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1
Warning: file_get_contents(): open_basedir restriction in effect. File(/dev/urandom) is not within the allowed path(s): (/tmp:/in:/etc) in /in/hjDdR on line 2 Warning: file_get_contents(/dev/urandom): failed to open stream: Operation not permitted in /in/hjDdR on line 2
Output for 4.3.0 - 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.3, 5.2.8, 5.2.12, 5.2.15 - 5.2.16, 5.3.2 - 5.3.29, 5.4.0 - 5.4.45

Process exited with code 137.
Output for 5.3.0 - 5.3.1
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 66322432 bytes) in /in/hjDdR on line 2
Process exited with code 255.
Output for 5.2.1 - 5.2.2, 5.2.4 - 5.2.7, 5.2.9 - 5.2.11, 5.2.13 - 5.2.14, 5.2.17
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 66846720 bytes) in /in/hjDdR on line 2
Process exited with code 255.

preferences:
233.76 ms | 402 KiB | 333 Q