3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = fopen("http://www.white-bullet.com/domain-data.txt", "r"); $output = fopen("php://stdout", "w+"); if ($input) { while (($line = fgets($input))) { fwrite( $output, substr($line, 0, strpos($line, " "))); fwrite($output, "\n"); } fclose($input); fclose($output); } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: fopen(): php_network_getaddresses: getaddrinfo for www.white-bullet.com failed: System error in /in/3VGFr on line 2 Warning: fopen(http://www.white-bullet.com/domain-data.txt): Failed to open stream: php_network_getaddresses: getaddrinfo for www.white-bullet.com failed: System error in /in/3VGFr on line 2

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.4 ms | 401 KiB | 8 Q