3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ "order" => [ "id" => 123456, // not existing id "cart_url" => "http://somedomain/someuri", "currency" => "AUD", "total_product" => 100, "total_shipping" => 20, "total_adjustment" => -10, "time_placed" => "2015-03-10 14:20:00", "last_update" => "2015-03-10 14:20:00", "business_channel" => "WEB", "payment_methods" => ["creditcard"], "promo_codes" => ["CT9CV5"], "carrier" => "DHL", "carrier_service" => "normal", "status" => "P", "items" => [ [ "id" => 101, "part_number" => "2015540701728-01", "unit_price" => 100, "quantity" => 1, "total_adjustment" => -10, "total_product" => 100, "last_create" => "2015-03-10T14:15:19+10:00", "last_update" => "2015-03-10T14:15:19+10:00", "name" => "Monitor", "brand" => "Dell", "status" => "P" ] ], "billing_address" => [ "id" => 201 ] ] ]; var_dump(json_encode($a));
Output for git.master, git.master_jit, rfc.property-hooks
string(641) "{"order":{"id":123456,"cart_url":"http:\/\/somedomain\/someuri","currency":"AUD","total_product":100,"total_shipping":20,"total_adjustment":-10,"time_placed":"2015-03-10 14:20:00","last_update":"2015-03-10 14:20:00","business_channel":"WEB","payment_methods":["creditcard"],"promo_codes":["CT9CV5"],"carrier":"DHL","carrier_service":"normal","status":"P","items":[{"id":101,"part_number":"2015540701728-01","unit_price":100,"quantity":1,"total_adjustment":-10,"total_product":100,"last_create":"2015-03-10T14:15:19+10:00","last_update":"2015-03-10T14:15:19+10:00","name":"Monitor","brand":"Dell","status":"P"}],"billing_address":{"id":201}}}"

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