3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('{"ProductId":"1","ProductName":"WGServer","DiskSerialNumber":"SB024CKGF9S44E","MACAddress":"00:02:B6:36:3D:59","ProductSerialNumber":"5023344","LicenseKey":"GMAJ6A-AZ2AIR-EIIIAA-TCAMAA-T9AXER-SEC2AT","GenerationDate":"2009-05-21","ExpirationDate":"Unlimited","UsersLimit":"50","modules":[{"Id":"7","Module":"WGTICKET","Description":"Tickets printer module"},{"Id":"9","Module":"WGSECTRACE","Description":"Security and Traceability Module"}],"SSPStatus":"N\/A"}'));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (11) { ["ProductId"]=> string(1) "1" ["ProductName"]=> string(8) "WGServer" ["DiskSerialNumber"]=> string(14) "SB024CKGF9S44E" ["MACAddress"]=> string(17) "00:02:B6:36:3D:59" ["ProductSerialNumber"]=> string(7) "5023344" ["LicenseKey"]=> string(41) "GMAJ6A-AZ2AIR-EIIIAA-TCAMAA-T9AXER-SEC2AT" ["GenerationDate"]=> string(10) "2009-05-21" ["ExpirationDate"]=> string(9) "Unlimited" ["UsersLimit"]=> string(2) "50" ["modules"]=> array(2) { [0]=> object(stdClass)#2 (3) { ["Id"]=> string(1) "7" ["Module"]=> string(8) "WGTICKET" ["Description"]=> string(22) "Tickets printer module" } [1]=> object(stdClass)#3 (3) { ["Id"]=> string(1) "9" ["Module"]=> string(10) "WGSECTRACE" ["Description"]=> string(32) "Security and Traceability Module" } } ["SSPStatus"]=> string(3) "N/A" }

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.58 ms | 403 KiB | 8 Q