3v4l.org

run code in 300+ PHP versions simultaneously
<? $site_url="https://itautrade.itau.com.br/itautradenet/Finder/Finder.aspx?Papel=petrl6"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $site_url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); ob_start(); curl_exec($ch); curl_close($ch); $file_contents = ob_get_contents(); ob_end_clean(); echo $file_contents; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<? $site_url="https://itautrade.itau.com.br/itautradenet/Finder/Finder.aspx?Papel=petrl6"; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $site_url); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10); ob_start(); curl_exec($ch); curl_close($ch); $file_contents = ob_get_contents(); ob_end_clean(); echo $file_contents; ?>

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:
44.65 ms | 402 KiB | 8 Q