3v4l.org

run code in 300+ PHP versions simultaneously
<?php // get a list of all icons $icons = scandir('resources/images/icons'); // remove the first two items from the array, which are '.' and '..' array_shift($icons);
Output for 8.3.0 - 8.3.6
Warning: scandir(): open_basedir restriction in effect. File(resources/images/icons) is not within the allowed path(s): (/tmp:/in:/etc) in /in/3lRms on line 4 Warning: scandir(resources/images/icons): Failed to open directory: Operation not permitted in /in/3lRms on line 4 Warning: scandir(): (errno 1): Operation not permitted in /in/3lRms on line 4 Fatal error: Uncaught TypeError: array_shift(): Argument #1 ($array) must be of type array, false given in /in/3lRms:6 Stack trace: #0 /in/3lRms(6): array_shift(false) #1 {main} thrown in /in/3lRms on line 6
Process exited with code 255.
Output for 8.0.1 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: scandir(): open_basedir restriction in effect. File(resources/images/icons) is not within the allowed path(s): (/tmp:/in:/etc) in /in/3lRms on line 4 Warning: scandir(resources/images/icons): Failed to open directory: Operation not permitted in /in/3lRms on line 4 Warning: scandir(): (errno 1): Operation not permitted in /in/3lRms on line 4 Fatal error: Uncaught TypeError: array_shift(): Argument #1 ($array) must be of type array, bool given in /in/3lRms:6 Stack trace: #0 /in/3lRms(6): array_shift(false) #1 {main} thrown in /in/3lRms on line 6
Process exited with code 255.

preferences:
93.33 ms | 403 KiB | 89 Q