3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized = 'a:4:{s:6:"enable";s:1:"1";s:4:"type";s:10:"percentage";s:10:"rules-type";s:9:"intervals";s:5:"rules";a:1:{i:0;a:3:{s:3:"min";s:1:"3";s:3:"max";s:0:"";s:8:"discount";s:1:"5";}}}'; $array = unserialize($serialized); print_r($array);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [enable] => 1 [type] => percentage [rules-type] => intervals [rules] => Array ( [0] => Array ( [min] => 3 [max] => [discount] => 5 ) ) )

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:
116.92 ms | 1717 KiB | 4 Q