3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '[{"id":96,"type":"product","title":"Cassia","code":"CODE-101","fabric":0,"option":"2","options":[["TEst 1","http://localhost/content/uploads/2017/07/seating4-150x150.png"],["Dimension 2","http://localhost/content/uploads/2017/07/seating3-150x150.png"],["Dimension 3","http://localhost/content/uploads/2017/07/seating1-150x150.png"],["Dimension 4","http://localhost/content/uploads/2017/07/seating2-150x150.png"]],"quantity":5},{"id":139,"type":"product","title":"Accent","code":"","fabric":0,"option":0,"options":[["Testing","http://localhost/content/uploads/2017/07/seating3-150x150.png"]],"quantity":13}]'; $string = addslashes($string); var_dump($string); $decoded = json_decode($string); var_dump($decoded);
Output for git.master, git.master_jit, rfc.property-hooks
string(672) "[{\"id\":96,\"type\":\"product\",\"title\":\"Cassia\",\"code\":\"CODE-101\",\"fabric\":0,\"option\":\"2\",\"options\":[[\"TEst 1\",\"http://localhost/content/uploads/2017/07/seating4-150x150.png\"],[\"Dimension 2\",\"http://localhost/content/uploads/2017/07/seating3-150x150.png\"],[\"Dimension 3\",\"http://localhost/content/uploads/2017/07/seating1-150x150.png\"],[\"Dimension 4\",\"http://localhost/content/uploads/2017/07/seating2-150x150.png\"]],\"quantity\":5},{\"id\":139,\"type\":\"product\",\"title\":\"Accent\",\"code\":\"\",\"fabric\":0,\"option\":0,\"options\":[[\"Testing\",\"http://localhost/content/uploads/2017/07/seating3-150x150.png\"]],\"quantity\":13}]" NULL

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