3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo dirname($_SERVER['SCRIPT_FILENAME']); $dh = opendir(dirname($_SERVER['SCRIPT_FILENAME'])); while($filename = readdir($dh)) { // любые операции с вашим файлом, например $fs = filesize($filename); $ft = filetype($filename); echo "Имя: ".$filename."\nРазмер: ".$fs."\nТип:".$ft; } ?>
Output for 7.4.26 - 7.4.32, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.15, 8.2.17 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
/in Warning: filesize(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: . Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: .. Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: lAYs2 Размер: Тип:
Output for 8.3.5
/in Warning: filesize(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: . Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: .. Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(6IcmQ) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(6IcmQ) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: 6IcmQ Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: lAYs2 Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(T9dXW) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(T9dXW) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: T9dXW Размер: Тип:
Output for 8.2.16
/in Warning: filesize(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(.) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: . Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: .. Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(8UlEk) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(8UlEk) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: 8UlEk Размер: Тип: Warning: filesize(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 12 Warning: filetype(): open_basedir restriction in effect. File(lAYs2) is not within the allowed path(s): (/tmp:/in:/etc) in /in/lAYs2 on line 14 Имя: lAYs2 Размер: Тип:
Output for 8.0.13
/inИмя: . Размер: 126 Тип:dirИмя: .. Размер: 126 Тип:dir Warning: filesize(): stat failed for lAYs2 in /in/lAYs2 on line 12 Warning: filetype(): Lstat failed for lAYs2 in /in/lAYs2 on line 14 Имя: lAYs2 Размер: Тип: Warning: filesize(): stat failed for 3drJZ in /in/lAYs2 on line 12 Warning: filetype(): Lstat failed for 3drJZ in /in/lAYs2 on line 14 Имя: 3drJZ Размер: Тип:
Output for 8.0.0 - 8.0.12
/in Warning: opendir(/in): Failed to open directory: Permission denied in /in/lAYs2 on line 4 Fatal error: Uncaught TypeError: readdir(): Argument #1 ($dir_handle) must be of type resource or null, bool given in /in/lAYs2:6 Stack trace: #0 /in/lAYs2(6): readdir(false) #1 {main} thrown in /in/lAYs2 on line 6
Process exited with code 255.
Output for 7.3.33, 7.4.33
/inИмя: . Размер: 126 Тип:dirИмя: .. Размер: 126 Тип:dir Warning: filesize(): stat failed for lAYs2 in /in/lAYs2 on line 12 Warning: filetype(): Lstat failed for lAYs2 in /in/lAYs2 on line 14 Имя: lAYs2 Размер: Тип:
Output for 7.3.0 - 7.3.32, 7.4.0 - 7.4.25
/in Warning: opendir(/in): failed to open dir: Permission denied in /in/lAYs2 on line 4 Warning: readdir() expects parameter 1 to be resource, bool given in /in/lAYs2 on line 6
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, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.34
/in Warning: opendir(/in): failed to open dir: Permission denied in /in/lAYs2 on line 4 Warning: readdir() expects parameter 1 to be resource, boolean given in /in/lAYs2 on line 6
Output for 5.2.3 - 5.2.17
/in Warning: opendir(/in): failed to open dir: Permission denied in /in/lAYs2 on line 4 Warning: readdir(): supplied argument is not a valid Directory resource in /in/lAYs2 on line 6
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.2
<br /> <b>Warning</b>: readdir(): supplied argument is not a valid Directory resource in <b>/in/lAYs2</b> on line <b>6</b><br />

preferences:
293.63 ms | 402 KiB | 468 Q