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 git.master, git.master_jit, rfc.property-hooks
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.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
46.84 ms | 401 KiB | 8 Q