3v4l.org

run code in 300+ PHP versions simultaneously
<?php $record = new stdclass; $record->working = 1; $record->intervals[] = array(1,2,3,4); $records[0] = $record; $row = serialize($records); echo $row; print_r (unserialize($row));
Output for git.master, git.master_jit, rfc.property-hooks
a:1:{i:0;O:8:"stdClass":2:{s:7:"working";i:1;s:9:"intervals";a:1:{i:0;a:4:{i:0;i:1;i:1;i:2;i:2;i:3;i:3;i:4;}}}}Array ( [0] => stdClass Object ( [working] => 1 [intervals] => Array ( [0] => Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 ) ) ) )

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:
49.67 ms | 402 KiB | 8 Q