3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $dirs = new DirectoryIterator(dirname(__FILE__)); foreach($dirs as $dir) { $arr[] = $dir->getFilename(); } var_dump($arr);
Output for 7.3.32 - 7.3.33, 7.4.26 - 7.4.27, 7.4.29 - 7.4.33, 8.0.13 - 8.0.30, 8.1.0 - 8.1.3, 8.1.5 - 8.1.26, 8.1.28, 8.2.0 - 8.2.17, 8.3.0, 8.3.2 - 8.3.6
array(3) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "PerHn" }
Output for 8.3.1
array(4) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "9j5eA" [3]=> string(5) "PerHn" }
Output for 8.2.18
array(4) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "V7c88" [3]=> string(5) "PerHn" }
Output for 8.1.27
array(4) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "saQ1i" [3]=> string(5) "PerHn" }
Output for 8.1.4
array(4) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "PerHn" [3]=> string(5) "d3TQK" }
Output for 8.0.0 - 8.0.12
Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/in): Failed to open directory: Permission denied in /in/PerHn:4 Stack trace: #0 /in/PerHn(4): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/PerHn on line 4
Process exited with code 255.
Output for 7.4.28
array(4) { [0]=> string(1) "." [1]=> string(2) ".." [2]=> string(5) "PerHn" [3]=> string(5) "te5NH" }
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25
Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/in): failed to open dir: Permission denied in /in/PerHn:4 Stack trace: #0 /in/PerHn(4): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/PerHn on line 4
Process exited with code 255.
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40
Fatal error: Uncaught exception 'UnexpectedValueException' with message 'DirectoryIterator::__construct(/in): failed to open dir: Permission denied' in /in/PerHn:4 Stack trace: #0 /in/PerHn(4): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/PerHn on line 4
Process exited with code 255.

preferences:
230.73 ms | 402 KiB | 339 Q