3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myDirectory = opendir("etc"); // get each entry while($entryName = readdir($myDirectory)) { $dirArray[] = $entryName; } // close directory closedir($myDirectory); // count elements in array $indexCount = count($dirArray); Print ("$indexCount files<br>\n"); // sort 'em sort($dirArray); // print 'em print("<TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks>\n"); print("<TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR>\n"); // loop through the array of files and print them all for($index=0; $index < $indexCount; $index++) { if (substr("$dirArray[$index]", 0, 1) != "."){ // don't list hidden files print("<TR><TD><a href=\"$dirArray[$index]\">$dirArray[$index]</a></td>"); print("<td>"); print(filetype($dirArray[$index])); print("</td>"); print("<td>"); print(filesize($dirArray[$index])); print("</td>"); print("</TR>\n"); } } print("</TABLE>\n"); ?>
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.18, 8.3.0 - 8.3.6
28 files<br> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> <TR><TD><a href="arch-release">arch-release</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(arch-release) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(arch-release) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="crypttab">crypttab</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(crypttab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(crypttab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="fstab">fstab</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(fstab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(fstab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="group">group</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(group) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(group) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="gshadow">gshadow</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(gshadow) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(gshadow) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="host.conf">host.conf</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(host.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(host.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="hosts">hosts</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(hosts) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(hosts) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="issue">issue</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(issue) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(issue) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf">ld.so.conf</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(ld.so.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(ld.so.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf.d">ld.so.conf.d</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(ld.so.conf.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(ld.so.conf.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="motd">motd</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(motd) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(motd) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="mtab">mtab</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(mtab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(mtab) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="nsswitch.conf">nsswitch.conf</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(nsswitch.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(nsswitch.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="pacman.d">pacman.d</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(pacman.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(pacman.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="passwd">passwd</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(passwd) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(passwd) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="php.ini">php.ini</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(php.ini) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(php.ini) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="php_archive.ini">php_archive.ini</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(php_archive.ini) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(php_archive.ini) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile">profile</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(profile) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(profile) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile.d">profile.d</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(profile.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(profile.d) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="protocols">protocols</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(protocols) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(protocols) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="resolv.conf">resolv.conf</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(resolv.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(resolv.conf) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="securetty">securetty</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(securetty) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(securetty) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="services">services</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(services) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(services) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shadow">shadow</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(shadow) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(shadow) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shells">shells</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(shells) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(shells) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="skel">skel</a></td><td> Warning: filetype(): open_basedir restriction in effect. File(skel) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): open_basedir restriction in effect. File(skel) is not within the allowed path(s): (/tmp:/in:/etc) in /in/Bb9b4 on line 30 </td></TR> </TABLE>
Output for 5.2.3 - 5.2.17, 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, 7.3.0 - 7.3.33, 7.4.0 - 7.4.25, 8.0.0 - 8.0.13
26 files<br> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> <TR><TD><a href="arch-release">arch-release</a></td><td> Warning: filetype(): Lstat failed for arch-release in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for arch-release in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="crypttab">crypttab</a></td><td> Warning: filetype(): Lstat failed for crypttab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for crypttab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="fstab">fstab</a></td><td> Warning: filetype(): Lstat failed for fstab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for fstab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="group">group</a></td><td> Warning: filetype(): Lstat failed for group in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for group in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="gshadow">gshadow</a></td><td> Warning: filetype(): Lstat failed for gshadow in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for gshadow in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="host.conf">host.conf</a></td><td> Warning: filetype(): Lstat failed for host.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for host.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="hosts">hosts</a></td><td> Warning: filetype(): Lstat failed for hosts in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for hosts in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="issue">issue</a></td><td> Warning: filetype(): Lstat failed for issue in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for issue in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf">ld.so.conf</a></td><td> Warning: filetype(): Lstat failed for ld.so.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for ld.so.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf.d">ld.so.conf.d</a></td><td> Warning: filetype(): Lstat failed for ld.so.conf.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for ld.so.conf.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="motd">motd</a></td><td> Warning: filetype(): Lstat failed for motd in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for motd in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="mtab">mtab</a></td><td> Warning: filetype(): Lstat failed for mtab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for mtab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="nsswitch.conf">nsswitch.conf</a></td><td> Warning: filetype(): Lstat failed for nsswitch.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for nsswitch.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="pacman.d">pacman.d</a></td><td> Warning: filetype(): Lstat failed for pacman.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for pacman.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="passwd">passwd</a></td><td> Warning: filetype(): Lstat failed for passwd in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for passwd in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile">profile</a></td><td> Warning: filetype(): Lstat failed for profile in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for profile in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile.d">profile.d</a></td><td> Warning: filetype(): Lstat failed for profile.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for profile.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="protocols">protocols</a></td><td> Warning: filetype(): Lstat failed for protocols in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for protocols in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="resolv.conf">resolv.conf</a></td><td> Warning: filetype(): Lstat failed for resolv.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for resolv.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="securetty">securetty</a></td><td> Warning: filetype(): Lstat failed for securetty in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for securetty in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="services">services</a></td><td> Warning: filetype(): Lstat failed for services in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for services in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shadow">shadow</a></td><td> Warning: filetype(): Lstat failed for shadow in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for shadow in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shells">shells</a></td><td> Warning: filetype(): Lstat failed for shells in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for shells in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="skel">skel</a></td><td> Warning: filetype(): Lstat failed for skel in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for skel in /in/Bb9b4 on line 30 </td></TR> </TABLE>
Output for 7.4.33
28 files<br> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> <TR><TD><a href="arch-release">arch-release</a></td><td> Warning: filetype(): Lstat failed for arch-release in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for arch-release in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="crypttab">crypttab</a></td><td> Warning: filetype(): Lstat failed for crypttab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for crypttab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="fstab">fstab</a></td><td> Warning: filetype(): Lstat failed for fstab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for fstab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="group">group</a></td><td> Warning: filetype(): Lstat failed for group in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for group in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="gshadow">gshadow</a></td><td> Warning: filetype(): Lstat failed for gshadow in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for gshadow in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="host.conf">host.conf</a></td><td> Warning: filetype(): Lstat failed for host.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for host.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="hosts">hosts</a></td><td> Warning: filetype(): Lstat failed for hosts in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for hosts in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="issue">issue</a></td><td> Warning: filetype(): Lstat failed for issue in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for issue in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf">ld.so.conf</a></td><td> Warning: filetype(): Lstat failed for ld.so.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for ld.so.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="ld.so.conf.d">ld.so.conf.d</a></td><td> Warning: filetype(): Lstat failed for ld.so.conf.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for ld.so.conf.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="motd">motd</a></td><td> Warning: filetype(): Lstat failed for motd in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for motd in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="mtab">mtab</a></td><td> Warning: filetype(): Lstat failed for mtab in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for mtab in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="nsswitch.conf">nsswitch.conf</a></td><td> Warning: filetype(): Lstat failed for nsswitch.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for nsswitch.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="pacman.d">pacman.d</a></td><td> Warning: filetype(): Lstat failed for pacman.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for pacman.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="passwd">passwd</a></td><td> Warning: filetype(): Lstat failed for passwd in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for passwd in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="php.ini">php.ini</a></td><td> Warning: filetype(): Lstat failed for php.ini in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for php.ini in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="php_archive.ini">php_archive.ini</a></td><td> Warning: filetype(): Lstat failed for php_archive.ini in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for php_archive.ini in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile">profile</a></td><td> Warning: filetype(): Lstat failed for profile in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for profile in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="profile.d">profile.d</a></td><td> Warning: filetype(): Lstat failed for profile.d in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for profile.d in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="protocols">protocols</a></td><td> Warning: filetype(): Lstat failed for protocols in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for protocols in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="resolv.conf">resolv.conf</a></td><td> Warning: filetype(): Lstat failed for resolv.conf in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for resolv.conf in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="securetty">securetty</a></td><td> Warning: filetype(): Lstat failed for securetty in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for securetty in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="services">services</a></td><td> Warning: filetype(): Lstat failed for services in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for services in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shadow">shadow</a></td><td> Warning: filetype(): Lstat failed for shadow in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for shadow in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="shells">shells</a></td><td> Warning: filetype(): Lstat failed for shells in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for shells in /in/Bb9b4 on line 30 </td></TR> <TR><TD><a href="skel">skel</a></td><td> Warning: filetype(): Lstat failed for skel in /in/Bb9b4 on line 27 </td><td> Warning: filesize(): stat failed for skel in /in/Bb9b4 on line 30 </td></TR> </TABLE>
Output for 4.4.3 - 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>: opendir(etc) [<a href='function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in <b>/in/Bb9b4</b> on line <b>2</b><br /> <br /> <b>Warning</b>: readdir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>5</b><br /> <br /> <b>Warning</b>: closedir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>10</b><br /> 0 files<br> <br /> <b>Warning</b>: sort() expects parameter 1 to be array, null given in <b>/in/Bb9b4</b> on line <b>17</b><br /> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> </TABLE>
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.2
<br /> <b>Warning</b>: opendir(etc): failed to open dir: No such file or directory in <b>/in/Bb9b4</b> on line <b>2</b><br /> <br /> <b>Warning</b>: readdir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>5</b><br /> <br /> <b>Warning</b>: closedir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>10</b><br /> 0 files<br> <br /> <b>Warning</b>: sort() expects parameter 1 to be array, null given in <b>/in/Bb9b4</b> on line <b>17</b><br /> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> </TABLE>
Output for 4.3.0 - 4.3.1
<br /> <b>Warning</b>: opendir(etc) [<a href='http://www.php.net/function.opendir'>function.opendir</a>]: failed to open dir: No such file or directory in <b>/in/Bb9b4</b> on line <b>2</b><br /> <br /> <b>Warning</b>: readdir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>5</b><br /> <br /> <b>Warning</b>: closedir(): supplied argument is not a valid Directory resource in <b>/in/Bb9b4</b> on line <b>10</b><br /> 0 files<br> <br /> <b>Warning</b>: sort() expects parameter 1 to be array, null given in <b>/in/Bb9b4</b> on line <b>17</b><br /> <TABLE border=1 cellpadding=5 cellspacing=0 class=whitelinks> <TR><TH>Filename</TH><th>Filetype</th><th>Filesize</th></TR> </TABLE>

preferences:
365.7 ms | 403 KiB | 468 Q