3v4l.org

run code in 300+ PHP versions simultaneously
<?php // TEST $arr = json_decode(' [ { "Settings":[], "Fields":[ {"txt":"Name of the product","comment":"","cb":true,"na":false}, {"txt":"Regular price","comment":"","cb":false,"na":false}, {"txt":"1-Day Deal price","comment":"","cb":false,"na":false}, {"txt":"Clearance price","comment":"","cb":false,"na":false}, {"txt":"Copy","comment":"","cb":true,"na":false}, {"txt":"SKU is created and live","comment":"","cb":true,"na":false}, {"txt":"Colors available","comment":"","cb":true,"na":false}, {"txt":"Subject line","comment":"","cb":true,"na":false}, {"txt":"Coupon code","comment":"","cb":false,"na":false}, {"txt":"Coupon code - start date","comment":"","cb":false,"na":false}, {"txt":"Disclaimer verbiage within email","comment":"","cb":true,"na":false}, {"txt":"Disclaimer verbiage within MailChimp","comment":"","cb":true,"na":false}, {"txt":"Distributing to the correct email lists","comment":"","cb":true,"na":false}, {"txt":"Masthead Creative and Copy","comment":"","cb":true,"na":false}, {"txt":"Promo Graphic Creative and Copy","comment":"","cb":false,"na":false} ], "Others":[ {"txt":"Additional Comments","val":"gfdgfd"} ] } ] ', true); //print $arr[0][Fields][0][txt]; foreach($arr[0][Fields] as $key) { echo $key[txt]; }
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Uncaught Error: Undefined constant "Fields" in /in/rTdgM:32 Stack trace: #0 {main} thrown in /in/rTdgM on line 32
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Warning: Use of undefined constant Fields - assumed 'Fields' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 32 Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Name of the product Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Regular price Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 1-Day Deal price Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Clearance price Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Copy Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 SKU is created and live Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Colors available Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Subject line Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Coupon code Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Coupon code - start date Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Disclaimer verbiage within email Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Disclaimer verbiage within MailChimp Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Distributing to the correct email lists Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Masthead Creative and Copy Warning: Use of undefined constant txt - assumed 'txt' (this will throw an Error in a future version of PHP) in /in/rTdgM on line 34 Promo Graphic Creative and Copy
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.33
Notice: Use of undefined constant Fields - assumed 'Fields' in /in/rTdgM on line 32 Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Name of the product Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Regular price Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 1-Day Deal price Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Clearance price Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Copy Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 SKU is created and live Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Colors available Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Subject line Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Coupon code Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Coupon code - start date Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Disclaimer verbiage within email Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Disclaimer verbiage within MailChimp Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Distributing to the correct email lists Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Masthead Creative and Copy Notice: Use of undefined constant txt - assumed 'txt' in /in/rTdgM on line 34 Promo Graphic Creative and Copy
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function json_decode() in /in/rTdgM on line 3
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: json_decode() in /in/rTdgM on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: json_decode() in /in/rTdgM on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: json_decode() in /in/rTdgM on line 3

preferences:
243.87 ms | 401 KiB | 385 Q