3v4l.org

run code in 300+ PHP versions simultaneously
<?php $postData = array( "validate_data"=> true, "platform"=> "magento", "utoken"=> $utoken, "email"=> $email, "customer_name"=> $fname, "order_id"=> "NEED", "products"=> array( //THE SYNTAX ERROR IS IN THESE ARRAYS 'category'=> array( "url"=> $produrl, "name"=> $model ) ) ); var_dump(http_build_query($postData));
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
Warning: Undefined variable $utoken in /in/YTuM6 on line 6 Warning: Undefined variable $email in /in/YTuM6 on line 7 Warning: Undefined variable $fname in /in/YTuM6 on line 8 Warning: Undefined variable $produrl in /in/YTuM6 on line 12 Warning: Undefined variable $model in /in/YTuM6 on line 13 string(46) "validate_data=1&platform=magento&order_id=NEED"
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: utoken in /in/YTuM6 on line 6 Notice: Undefined variable: email in /in/YTuM6 on line 7 Notice: Undefined variable: fname in /in/YTuM6 on line 8 Notice: Undefined variable: produrl in /in/YTuM6 on line 12 Notice: Undefined variable: model in /in/YTuM6 on line 13 string(46) "validate_data=1&platform=magento&order_id=NEED"
Output for 7.3.32 - 7.3.33
string(46) "validate_data=1&platform=magento&order_id=NEED"
Output for 5.4.2 - 5.4.45, 5.5.24 - 5.5.35, 5.6.7 - 5.6.28
Notice: Undefined variable: utoken in /in/YTuM6 on line 6 Notice: Undefined variable: email in /in/YTuM6 on line 7 Notice: Undefined variable: fname in /in/YTuM6 on line 8 Notice: Undefined variable: produrl in /in/YTuM6 on line 12 Notice: Undefined variable: model in /in/YTuM6 on line 14 string(46) "validate_data=1&platform=magento&order_id=NEED"

preferences:
183.41 ms | 402 KiB | 238 Q