3v4l.org

run code in 300+ PHP versions simultaneously
<?php $vars = array(11, '11e1', '11f1', '11e0', '11f0', '11e2', '11f2'); echo "vars = $vars\n"; var_dump($vars);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Array to string conversion in /in/ItU8Z on line 5 vars = Array array(7) { [0]=> int(11) [1]=> string(4) "11e1" [2]=> string(4) "11f1" [3]=> string(4) "11e0" [4]=> string(4) "11f0" [5]=> string(4) "11e2" [6]=> string(4) "11f2" }

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:
43.67 ms | 401 KiB | 8 Q