3v4l.org

run code in 300+ PHP versions simultaneously
<?php $api_url = "https://app.compufacil.com.br/rpc/v1/application.signup-client.json"; $data_query = http_build_query($data_array); $ch = curl_init($api_url); curl_setopt($ch, CURLOPT_USERPWD, "beta:be1a11"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $data_query); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4 ); curl_exec($ch); curl_close($ch);
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
Warning: Undefined variable $data_array in /in/hMULs on line 4 Fatal error: Uncaught TypeError: http_build_query(): Argument #1 ($data) must be of type array, null given in /in/hMULs:4 Stack trace: #0 /in/hMULs(4): http_build_query(NULL) #1 {main} thrown in /in/hMULs on line 4
Process exited with code 255.
Output for 7.4.0 - 7.4.33
Notice: Undefined variable: data_array in /in/hMULs on line 4 Warning: http_build_query() expects parameter 1 to be array, null given in /in/hMULs on line 4 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/hMULs:5 Stack trace: #0 {main} thrown in /in/hMULs on line 5
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /in/hMULs on line 4 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/hMULs:5 Stack trace: #0 {main} thrown in /in/hMULs on line 5
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: data_array in /in/hMULs on line 4 Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /in/hMULs on line 4 Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/hMULs:5 Stack trace: #0 {main} thrown in /in/hMULs on line 5
Process exited with code 255.
Output for 5.2.5 - 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.40
Notice: Undefined variable: data_array in /in/hMULs on line 4 Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given in /in/hMULs on line 4 Fatal error: Call to undefined function curl_init() in /in/hMULs on line 5
Process exited with code 255.
Output for 5.0.4 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.4
Notice: Undefined variable: data_array in /in/hMULs on line 4 Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given. in /in/hMULs on line 4 Fatal error: Call to undefined function curl_init() in /in/hMULs on line 5
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: data_array in /in/hMULs on line 4 Warning: http_build_query(): Parameter 1 expected to be Array or Object. Incorrect value given. in /in/hMULs on line 4 Fatal error: Call to undefined function curl_init() in /in/hMULs on line 5
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: http_build_query() in /in/hMULs on line 4
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: http_build_query() in /in/hMULs on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: http_build_query() in /in/hMULs on line 4

preferences:
278.25 ms | 401 KiB | 459 Q