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 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.6 - 7.2.33, 7.3.16 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.4, 8.3.6
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
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 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

preferences:
175.09 ms | 403 KiB | 171 Q