3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = unserialize('a:10:{s:11:"post_status";s:7:"publish";s:9:"post_type";s:4:"post";s:11:"post_author";i:0;s:13:"post_password";s:0:"";s:12:"post_excerpt";s:0:"";s:12:"post_content";s:13:"just for test";s:10:"post_title";s:8:"fuck you";s:9:"post_date";a:0:{}s:14:"comment_status";s:4:"open";s:11:"terms_names";a:2:{s:8:"category";a:1:{i:0;s:5:"apple";}s:8:"post_tag";a:1:{i:0;s:9:"road bike";}}}'); print_r($test);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [post_status] => publish [post_type] => post [post_author] => 0 [post_password] => [post_excerpt] => [post_content] => just for test [post_title] => fuck you [post_date] => Array ( ) [comment_status] => open [terms_names] => Array ( [category] => Array ( [0] => apple ) [post_tag] => Array ( [0] => road bike ) ) )

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.73 ms | 402 KiB | 8 Q