3v4l.org

run code in 300+ PHP versions simultaneously
<?php $obj = array( 'array' => array(1, 'zwei', !!3), 'string' => 'abc', 'bool' => true, 'bool2' => false, 'integer' => 1, 'integer2' => 17 ); echo serialize($obj);
Output for git.master, git.master_jit, rfc.property-hooks
a:6:{s:5:"array";a:3:{i:0;i:1;i:1;s:4:"zwei";i:2;b:1;}s:6:"string";s:3:"abc";s:4:"bool";b:1;s:5:"bool2";b:0;s:7:"integer";i:1;s:8:"integer2";i:17;}

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