3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = array( array('foo' => 'bar'), array('lol' => 'dongs'), 1, array('hurr' => 'durr') ); var_dump(serialize($foo));
Output for git.master, git.master_jit, rfc.property-hooks
string(108) "a:4:{i:0;a:1:{s:3:"foo";s:3:"bar";}i:1;a:1:{s:3:"lol";s:5:"dongs";}i:2;i:1;i:3;a:1:{s:4:"hurr";s:4:"durr";}}"

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