3v4l.org

run code in 300+ PHP versions simultaneously
<?php $streamlist = stream_get_filters(); sort($streamlist); print_r($streamlist);
Output for 8.0.0 - 8.0.12, 8.0.14 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Array ( [0] => consumed [1] => convert.* [2] => convert.iconv.* [3] => dechunk [4] => string.rot13 [5] => string.tolower [6] => string.toupper [7] => zlib.* )
Output for 8.0.13
Array ( [0] => consumed [1] => convert.* [2] => dechunk [3] => string.rot13 [4] => string.tolower [5] => string.toupper [6] => zlib.* )
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.16, 5.5.18 - 5.5.38, 7.3.32 - 7.3.33, 7.4.33
Array ( [0] => consumed [1] => convert.* [2] => dechunk [3] => string.rot13 [4] => string.strip_tags [5] => string.tolower [6] => string.toupper [7] => zlib.* )
Output for 5.3.0 - 5.3.29, 5.5.17, 5.6.0 - 5.6.38, 7.0.0 - 7.0.32, 7.1.0 - 7.1.24, 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.32
Array ( [0] => consumed [1] => convert.* [2] => convert.iconv.* [3] => dechunk [4] => string.rot13 [5] => string.strip_tags [6] => string.tolower [7] => string.toupper [8] => zlib.* )
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.17
Array ( [0] => consumed [1] => convert.* [2] => convert.iconv.* [3] => string.rot13 [4] => string.strip_tags [5] => string.tolower [6] => string.toupper [7] => zlib.* )
Output for 5.1.0 - 5.1.2
Array ( [0] => convert.* [1] => convert.iconv.* [2] => string.rot13 [3] => string.strip_tags [4] => string.tolower [5] => string.toupper [6] => zlib.* )
Output for 5.0.0 - 5.0.5
Array ( [0] => convert.* [1] => convert.iconv.* [2] => string.rot13 [3] => string.strip_tags [4] => string.tolower [5] => string.toupper )
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: stream_get_filters() in /in/L54GF 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_filters() in /in/L54GF on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: stream_get_filters() in /in/L54GF on line 2

preferences:
277.32 ms | 401 KiB | 420 Q