3v4l.org

run code in 300+ PHP versions simultaneously
<?php $iterator = new DirectoryIterator(dirname(__FILE__)); while($iterator->valid()) { $file = $iterator->current(); echo $iterator->key() . " => " . $file->getFilename() . "\n"; $iterator->next(); }
Output for 7.3.33, 7.4.26 - 7.4.33, 8.0.13, 8.0.15 - 8.0.20, 8.0.22 - 8.0.25, 8.0.27 - 8.0.30, 8.1.0, 8.1.2 - 8.1.5, 8.1.7 - 8.1.15, 8.1.17 - 8.1.27, 8.2.1 - 8.2.17, 8.3.0 - 8.3.4
0 => . 1 => .. 2 => octtu
Output for 8.2.0
0 => . 1 => .. 2 => octtu 3 => 666RX
Output for 8.1.16
0 => . 1 => .. 2 => octtu 3 => aU6qV
Output for 8.1.6
0 => . 1 => .. 2 => octtu 3 => JUZ5E
Output for 8.1.1
0 => . 1 => .. 2 => octtu 3 => bnNrm
Output for 8.0.26
0 => . 1 => .. 2 => octtu 3 => BEU6l
Output for 8.0.21
0 => . 1 => .. 2 => octtu 3 => rS1oa
Output for 8.0.14
0 => . 1 => .. 2 => octtu 3 => 2Z3Jt
Output for 8.0.0 - 8.0.12
Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/in): Failed to open directory: Permission denied in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/octtu on line 2
Process exited with code 255.
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.32, 7.4.0 - 7.4.25
Fatal error: Uncaught UnexpectedValueException: DirectoryIterator::__construct(/in): failed to open dir: Permission denied in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/octtu on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 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/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/octtu on line 2
Process exited with code 255.
Output for 5.2.3 - 5.2.17
Fatal error: Uncaught exception 'RuntimeException' with message 'DirectoryIterator::__construct(/in): failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in /in/octtu on line 2
Process exited with code 255.
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Fatal error</b>: Uncaught exception 'RuntimeException' with message 'DirectoryIterator::__construct(/in) [&lt;a href='function.DirectoryIterator---construct'&gt;function.DirectoryIterator---construct&lt;/a&gt;]: failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator-&gt;__construct('/in') #1 {main} thrown in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 5.1.2
<br /> <b>Fatal error</b>: Uncaught exception 'RuntimeException' with message 'DirectoryIterator::__construct(/in) [&lt;a href='function.--construct'&gt;function.--construct&lt;/a&gt;]: failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator-&gt;__construct('/in') #1 {main} thrown in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 5.1.0 - 5.1.1
<br /> <b>Fatal error</b>: Uncaught exception 'RuntimeException' with message 'DirectoryIterator::__construct(/in) [<a href='function.--construct'>function.--construct</a>]: failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 5.0.3 - 5.0.5
<br /> <b>Fatal error</b>: Uncaught exception 'Exception' with message 'DirectoryIterator::__construct(/in) [<a href='function.--construct'>function.--construct</a>]: failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 /in/octtu(2): DirectoryIterator->__construct('/in') #1 {main} thrown in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 5.0.0 - 5.0.2
<br /> <b>Fatal error</b>: Uncaught exception 'Exception' with message 'DirectoryIterator::__construct(/in) [<a href='function.--construct'>function.--construct</a>]: failed to open dir: Permission denied' in /in/octtu:2 Stack trace: #0 {main} thrown in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: directoryiterator in <b>/in/octtu</b> on line <b>2</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: directoryiterator in <b>/in/octtu</b> on line <b>2</b><br />

preferences:
307.06 ms | 401 KiB | 464 Q