3v4l.org

run code in 300+ PHP versions simultaneously
<?php $download = curl_init("http://i.ytimg.com/vi/YuPaeU0VEX4/maxresdefault.jpg"); curl_setopt($download, CURLOPT_RETURNTRANSFER, 1); curl_setopt($download, CURLOPT_TIMEOUT, 20); curl_setopt($download,CURLOPT_HTTPHEADER,array( 'User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1', 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'Accept-Language: ru-ru,ru;q=0.8,en-us;q=0.5,en;q=0.3', 'Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7', 'Connection: keep-alive', 'Pragma: no-cache', 'Cache-Control: no-cache' )); $image_file = curl_exec($download); curl_close($download); echo $image_file;
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function curl_init() in /in/YJabh:3 Stack trace: #0 {main} thrown in /in/YJabh on line 3
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:
39.44 ms | 401 KiB | 8 Q