3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized_data = serialize(array('http://www.example.com/image1.jpg', 'http://www.example.com/image2.jpg', 'http://www.example.com/image3.jpg', 'http://www.example.com/image4.jpg')); echo $serialized_data . '\n'; $serialized_data = serialize(array('docs' => array(array('property_imgurl' => 'http://www.example.com/image1.jpg'), array('property_imgurl' => 'http://www.example.com/image2.jpg'), array('property_imgurl' => 'http://www.example.com/image3.jpg'), array('property_imgurl' => 'http://www.example.com/image4.jpg')))); echo $serialized_data . '\n'; ?>
Output for git.master, git.master_jit, rfc.property-hooks
a:4:{i:0;s:33:"http://www.example.com/image1.jpg";i:1;s:33:"http://www.example.com/image2.jpg";i:2;s:33:"http://www.example.com/image3.jpg";i:3;s:33:"http://www.example.com/image4.jpg";}\na:1:{s:4:"docs";a:4:{i:0;a:1:{s:15:"property_imgurl";s:33:"http://www.example.com/image1.jpg";}i:1;a:1:{s:15:"property_imgurl";s:33:"http://www.example.com/image2.jpg";}i:2;a:1:{s:15:"property_imgurl";s:33:"http://www.example.com/image3.jpg";}i:3;a:1:{s:15:"property_imgurl";s:33:"http://www.example.com/image4.jpg";}}}\n

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