3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(stream_get_filters());
Output for 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(8) { [0]=> string(6) "zlib.*" [1]=> string(12) "string.rot13" [2]=> string(14) "string.toupper" [3]=> string(14) "string.tolower" [4]=> string(9) "convert.*" [5]=> string(8) "consumed" [6]=> string(7) "dechunk" [7]=> string(15) "convert.iconv.*" }
Output for 5.4.0 - 5.4.45, 7.4.33
array(8) { [0]=> string(6) "zlib.*" [1]=> string(12) "string.rot13" [2]=> string(14) "string.toupper" [3]=> string(14) "string.tolower" [4]=> string(17) "string.strip_tags" [5]=> string(9) "convert.*" [6]=> string(8) "consumed" [7]=> string(7) "dechunk" }
Output for 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.32
array(9) { [0]=> string(6) "zlib.*" [1]=> string(12) "string.rot13" [2]=> string(14) "string.toupper" [3]=> string(14) "string.tolower" [4]=> string(17) "string.strip_tags" [5]=> string(9) "convert.*" [6]=> string(8) "consumed" [7]=> string(7) "dechunk" [8]=> string(15) "convert.iconv.*" }
Output for 5.3.0 - 5.3.29
array(9) { [0]=> string(6) "zlib.*" [1]=> string(15) "convert.iconv.*" [2]=> string(12) "string.rot13" [3]=> string(14) "string.toupper" [4]=> string(14) "string.tolower" [5]=> string(17) "string.strip_tags" [6]=> string(9) "convert.*" [7]=> string(8) "consumed" [8]=> string(7) "dechunk" }
Output for 5.2.0
array(8) { [0]=> string(12) "string.rot13" [1]=> string(14) "string.toupper" [2]=> string(14) "string.tolower" [3]=> string(17) "string.strip_tags" [4]=> string(9) "convert.*" [5]=> string(8) "consumed" [6]=> string(15) "convert.iconv.*" [7]=> string(6) "zlib.*" }

preferences:
272.84 ms | 402 KiB | 416 Q