3v4l.org

run code in 300+ PHP versions simultaneously
<?php $d = dir('/tmp'); while ($v = $d->read()) { echo "$v\n"; echo "\n-----------------------------------------------------------------\n"; readfile('/tmp/' . $v); echo "\n-----------------------------------------------------------------\n"; } $d->close();
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
. ----------------------------------------------------------------- Notice: readfile(): Read of 8192 bytes failed with errno=21 Is a directory in /in/RKK2u on line 6 ----------------------------------------------------------------- .. ----------------------------------------------------------------- Warning: readfile(): open_basedir restriction in effect. File(/tmp/..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/RKK2u on line 6 Warning: readfile(/tmp/..): Failed to open stream: Operation not permitted in /in/RKK2u on line 6 -----------------------------------------------------------------
Output for 7.4.33
. ----------------------------------------------------------------- Notice: readfile(): read of 8192 bytes failed with errno=21 Is a directory in /in/RKK2u on line 6 ----------------------------------------------------------------- .. ----------------------------------------------------------------- Notice: readfile(): read of 8192 bytes failed with errno=21 Is a directory in /in/RKK2u on line 6 -----------------------------------------------------------------
Output for 7.4.0 - 7.4.32
. ----------------------------------------------------------------- Notice: readfile(): read of 8192 bytes failed with errno=21 Is a directory in /in/RKK2u on line 6 ----------------------------------------------------------------- .. ----------------------------------------------------------------- Warning: readfile(): open_basedir restriction in effect. File(/tmp/..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/RKK2u on line 6 Warning: readfile(/tmp/..): failed to open stream: Operation not permitted in /in/RKK2u on line 6 -----------------------------------------------------------------
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.34, 7.3.0 - 7.3.33
. ----------------------------------------------------------------- ----------------------------------------------------------------- .. ----------------------------------------------------------------- Warning: readfile(): open_basedir restriction in effect. File(/tmp/..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/RKK2u on line 6 Warning: readfile(/tmp/..): failed to open stream: Operation not permitted in /in/RKK2u on line 6 -----------------------------------------------------------------
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
. ----------------------------------------------------------------- ----------------------------------------------------------------- .. ----------------------------------------------------------------- -----------------------------------------------------------------

preferences:
270.81 ms | 402 KiB | 415 Q