3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'a:6:{s:10:"rental_fee";d:199.94999999999999;s:10:"custom_fee";i:0;s:12:"cleaning_fee";d:0;s:5:"taxes";d:0;s:11:"service_fee";d:19;s:13:"itemized_cost";a:4:{i:1399788000;d:50;i:1399874400;d:50;i:1399960800;d:50;i:1400047200;d:50;}}'; echo '<pre>'; print_r(unserialize($str));
Output for git.master, git.master_jit, rfc.property-hooks
<pre>Array ( [rental_fee] => 199.95 [custom_fee] => 0 [cleaning_fee] => 0 [taxes] => 0 [service_fee] => 19 [itemized_cost] => Array ( [1399788000] => 50 [1399874400] => 50 [1399960800] => 50 [1400047200] => 50 ) )

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