3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(stream_get_filters()); var_dump(stream_get_transports()); var_dump(stream_get_wrappers());
Output for git.master_jit, git.master, rfc.property-hooks
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.*" } array(4) { [0]=> string(3) "tcp" [1]=> string(3) "udp" [2]=> string(4) "unix" [3]=> string(3) "udg" } array(8) { [0]=> string(13) "compress.zlib" [1]=> string(3) "php" [2]=> string(4) "file" [3]=> string(4) "glob" [4]=> string(4) "data" [5]=> string(4) "http" [6]=> string(3) "ftp" [7]=> string(4) "phar" }

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
143.19 ms | 407 KiB | 5 Q