3v4l.org

run code in 300+ PHP versions simultaneously
<?php foreach(glob("/etc/*") as $f){ var_dump($f); }
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
string(17) "/etc/arch-release" string(13) "/etc/crypttab" string(10) "/etc/fstab" string(10) "/etc/group" string(12) "/etc/gshadow" string(14) "/etc/host.conf" string(10) "/etc/hosts" string(10) "/etc/issue" string(15) "/etc/ld.so.conf" string(17) "/etc/ld.so.conf.d" string(9) "/etc/motd" string(18) "/etc/nsswitch.conf" string(13) "/etc/pacman.d" string(11) "/etc/passwd" string(12) "/etc/php.ini" string(20) "/etc/php_archive.ini" string(12) "/etc/profile" string(14) "/etc/profile.d" string(14) "/etc/protocols" string(16) "/etc/resolv.conf" string(14) "/etc/securetty" string(13) "/etc/services" string(11) "/etc/shadow" string(11) "/etc/shells" string(9) "/etc/skel"
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.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
string(17) "/etc/arch-release" string(13) "/etc/crypttab" string(10) "/etc/fstab" string(10) "/etc/group" string(12) "/etc/gshadow" string(14) "/etc/host.conf" string(10) "/etc/hosts" string(10) "/etc/issue" string(15) "/etc/ld.so.conf" string(17) "/etc/ld.so.conf.d" string(9) "/etc/motd" string(9) "/etc/mtab" string(18) "/etc/nsswitch.conf" string(13) "/etc/pacman.d" string(11) "/etc/passwd" string(12) "/etc/profile" string(14) "/etc/profile.d" string(14) "/etc/protocols" string(16) "/etc/resolv.conf" string(14) "/etc/securetty" string(13) "/etc/services" string(11) "/etc/shadow" string(11) "/etc/shells" string(9) "/etc/skel"
Output for 7.4.33
string(17) "/etc/arch-release" string(13) "/etc/crypttab" string(10) "/etc/fstab" string(10) "/etc/group" string(12) "/etc/gshadow" string(14) "/etc/host.conf" string(10) "/etc/hosts" string(10) "/etc/issue" string(15) "/etc/ld.so.conf" string(17) "/etc/ld.so.conf.d" string(9) "/etc/motd" string(9) "/etc/mtab" string(18) "/etc/nsswitch.conf" string(13) "/etc/pacman.d" string(11) "/etc/passwd" string(12) "/etc/php.ini" string(20) "/etc/php_archive.ini" string(12) "/etc/profile" string(14) "/etc/profile.d" string(14) "/etc/protocols" string(16) "/etc/resolv.conf" string(14) "/etc/securetty" string(13) "/etc/services" string(11) "/etc/shadow" string(11) "/etc/shells" string(9) "/etc/skel"

preferences:
289.59 ms | 402 KiB | 468 Q