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.10 - 5.2.17
array(8) { [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" }
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.9
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.*" }
Output for 5.1.0 - 5.1.2
array(7) { [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(15) "convert.iconv.*" [6]=> string(6) "zlib.*" }
Output for 5.0.0 - 5.0.5
array(6) { [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(15) "convert.iconv.*" }
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: stream_get_filters() in /in/S2SJK 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/S2SJK 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/S2SJK on line 2

preferences:
318.08 ms | 401 KiB | 468 Q