3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = 'a:13:{s:8:"modified";O:8:"DateTime":3:{s:4:"date";s:19:"2015-04-29 15:38:45";s:13:"timezone_type";i:3;s:8:"timezone";s:15:"Europe/Helsinki";}s:5:"mktId";i:13063956;s:4:"date";O:8:"DateTime":3:{s:4:"date";s:19:"2015-04-27 23:14:30";s:13:"timezone_type";i:3;s:8:"timezone";s:15:"Europe/Helsinki";}s:11:"paymentMode";s:11:"CARD online";s:16:"paymentModeMktId";i:6;s:12:"deliveryMode";s:0:"";s:11:"observation";N;s:12:"sentToVendor";i:1;s:7:"created";O:8:"DateTime":3:{s:4:"date";s:19:"2015-04-27 23:14:26";s:13:"timezone_type";i:3;s:8:"timezone";s:15:"Europe/Helsinki";}s:6:"status";i:4;s:13:"paymentStatus";i:1;s:19:"cancellationRequest";N;s:6:"vendor";s:2:"77";}'; var_dump(unserialize($s));
Output for git.master, git.master_jit, rfc.property-hooks
array(13) { ["modified"]=> object(DateTime)#1 (3) { ["date"]=> string(26) "2015-04-29 15:38:45.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Helsinki" } ["mktId"]=> int(13063956) ["date"]=> object(DateTime)#2 (3) { ["date"]=> string(26) "2015-04-27 23:14:30.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Helsinki" } ["paymentMode"]=> string(11) "CARD online" ["paymentModeMktId"]=> int(6) ["deliveryMode"]=> string(0) "" ["observation"]=> NULL ["sentToVendor"]=> int(1) ["created"]=> object(DateTime)#3 (3) { ["date"]=> string(26) "2015-04-27 23:14:26.000000" ["timezone_type"]=> int(3) ["timezone"]=> string(15) "Europe/Helsinki" } ["status"]=> int(4) ["paymentStatus"]=> int(1) ["cancellationRequest"]=> NULL ["vendor"]=> string(2) "77" }

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:
56.75 ms | 403 KiB | 8 Q