3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pls = "http://listen.di.fm/public3/trance.pls"; $graburl = file_get_contents($pls); preg_match('/(File1=)(.*?)(\n)/i', $graburl , $matches); shell_exec ("wget -O 'stream' ".$matches[2]); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for listen.di.fm failed: System error in /in/RSiIB on line 3 Warning: file_get_contents(http://listen.di.fm/public3/trance.pls): Failed to open stream: php_network_getaddresses: getaddrinfo for listen.di.fm failed: System error in /in/RSiIB on line 3 Warning: Undefined array key 2 in /in/RSiIB on line 5 Warning: shell_exec(): Unable to execute 'wget -O 'stream' ' in /in/RSiIB on line 5

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