3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(stream_get_wrappers()); ?>
Output for 5.4.34, 7.1.20 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Array ( [0] => compress.zlib [1] => php [2] => file [3] => glob [4] => data [5] => http [6] => ftp [7] => phar )
Output for 5.4.35 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.30, 7.0.0 - 7.0.27, 7.1.0 - 7.1.15
Array ( [0] => https [1] => ftps [2] => compress.zlib [3] => php [4] => file [5] => glob [6] => data [7] => http [8] => ftp [9] => phar )
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.32
Array ( [0] => compress.zlib [1] => php [2] => file [3] => glob [4] => data [5] => http [6] => ftp [7] => phar [8] => zip )
Output for 5.2.10 - 5.2.17
Array ( [0] => compress.zlib [1] => php [2] => file [3] => data [4] => http [5] => ftp [6] => zip )
Output for 5.2.0 - 5.2.9
Array ( [0] => zip [1] => php [2] => file [3] => data [4] => http [5] => ftp [6] => compress.zlib )
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Array ( [0] => php [1] => file [2] => http [3] => ftp [4] => compress.zlib )
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: stream_get_wrappers() in /in/74XpG on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: stream_get_wrappers() in /in/74XpG on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: stream_get_wrappers() in /in/74XpG on line 2

preferences:
261.04 ms | 401 KiB | 399 Q