3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = [ "order" => [ "id" => 1, "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" => ["Credit Card"], "promo_codes" => ["CT9CV5"], "carrier" => "DHL", "carrier_service" => "normal", "status" => "S", "items" => [ [ "id" => 112, "status" => "S", ] ] ] ]; var_dump(json_encode($a));
Output for git.master, git.master_jit, rfc.property-hooks
string(386) "{"order":{"id":1,"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":["Credit Card"],"promo_codes":["CT9CV5"],"carrier":"DHL","carrier_service":"normal","status":"S","items":[{"id":112,"status":"S"}]}}"

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