3v4l.org

run code in 300+ PHP versions simultaneously
<?php $filepath = "http://webneel.com/sites/default/files/images/blog/t-flowall.jpg"; $image = fopen($filepath, "rb"); echo file_exists($filepath).' '; echo filesize($filepath). 'bytes '; echo exif_read_data($filepath). ' ';
Output for git.master, git.master_jit, rfc.property-hooks
Warning: fopen(): php_network_getaddresses: getaddrinfo for webneel.com failed: System error in /in/Ykgrg on line 4 Warning: fopen(http://webneel.com/sites/default/files/images/blog/t-flowall.jpg): Failed to open stream: php_network_getaddresses: getaddrinfo for webneel.com failed: System error in /in/Ykgrg on line 4 Warning: filesize(): stat failed for http://webneel.com/sites/default/files/images/blog/t-flowall.jpg in /in/Ykgrg on line 6 bytes Fatal error: Uncaught Error: Call to undefined function exif_read_data() in /in/Ykgrg:7 Stack trace: #0 {main} thrown in /in/Ykgrg on line 7
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:
65.94 ms | 402 KiB | 8 Q