3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '{"transaction_subject":"","payment_date":"16:19:39 Jul 08, 2017 PDT","txn_type":"web_accept","last_name":"Cooper","residence_country":"GB","item_name":"VictoriaHearts 20 credits Special package","payment_gross":"2.99","mc_currency":"USD","business":"paypal_sp@gen.tech","payment_type":"instant","protection_eligibility":"Eligible","verify_sign":"ANxwiqbTUnTqfI3.gbvJOMMmHL7zAa0PX7WDNL2QFEpcqcvFJxYkobJ4","payer_status":"verified","payer_email":"richard.cooper.ta@gmail.com","txn_id":"1UC98760CW318732J","quantity":"1","receiver_email":"paypal_sp@gen.tech","first_name":"Richard","payer_id":"JLS3WHLT42998","receiver_id":"PECGSM57JG6RS","item_number":"","payment_status":"Completed","payment_fee":"0.42","mc_fee":"0.42","mc_gross":"2.99","custom":"1000000669","charset":"windows-1252","notify_version":"3.8","ipn_track_id":"665c3d5d9cf93"},'; echo http_build_query(json_decode($a, true));
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.4, 8.3.6
Fatal error: Uncaught TypeError: http_build_query(): Argument #1 ($data) must be of type array, null given in /in/qHfBm:7 Stack trace: #0 /in/qHfBm(7): http_build_query(NULL) #1 {main} thrown in /in/qHfBm on line 7
Process exited with code 255.
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 Fatal error: Uncaught TypeError: http_build_query(): Argument #1 ($data) must be of type array, null given in /in/qHfBm:7 Stack trace: #0 /in/qHfBm(7): http_build_query(NULL) #1 {main} thrown in /in/qHfBm on line 7
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Warning: http_build_query() expects parameter 1 to be array, null given in /in/qHfBm on line 7
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.33, 7.3.16 - 7.3.33
Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /in/qHfBm on line 7

preferences:
144.35 ms | 402 KiB | 173 Q