3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'a:9:{s:7:"airport";s:4:"UKLL";s:4:"type";s:2:"TO";s:9:"altimeter";d:29.920000000000002;s:4:"temp";i:15;s:14:"wind-direction";s:3:"000";s:10:"wind-speed";s:2:"00";s:6:"runway";s:5:"13,31";s:20:"runway-contamination";s:0:"";s:5:"flaps";s:6:"20 DEG";}'; print_r(unserialize($str));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [airport] => UKLL [type] => TO [altimeter] => 29.92 [temp] => 15 [wind-direction] => 000 [wind-speed] => 00 [runway] => 13,31 [runway-contamination] => [flaps] => 20 DEG )

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:
82.26 ms | 401 KiB | 8 Q