3v4l.org

run code in 300+ PHP versions simultaneously
<?php extract([ "abcdefg" => 'a', "\x7f" => 'b', "zxcvbn\x7f" => 'c' ]); var_dump(array_keys($GLOBALS));
Output for git.master, git.master_jit, rfc.property-hooks
array(8) { [0]=> string(4) "_GET" [1]=> string(5) "_POST" [2]=> string(7) "_COOKIE" [3]=> string(6) "_FILES" [4]=> string(4) "argv" [5]=> string(4) "argc" [6]=> string(7) "_SERVER" [7]=> string(7) "abcdefg" }

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:
88.26 ms | 406 KiB | 5 Q