3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data_array = Array ('username' => 'Evandro', 'email' => 'teste@o2multi.com.br', 'password' => '123456', 'affiliateCode' => '', 'paymentModeId' => 1); $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
Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/c8gqT:6 Stack trace: #0 {main} thrown in /in/c8gqT on line 6
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:
56.7 ms | 401 KiB | 8 Q