3v4l.org

run code in 300+ PHP versions simultaneously
<?php $strdata = ""; $assets = array( "//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700,400italic,600italic,700italic,800italic,300italic", "{$home}css/bootstrap.css", "{$home}css/bootflat.css", "//alexanderjank.de/static/css/bootextend.css", "{$home}css/main.css", "//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" ); foreach ($assets as $url) { ob_start(); eval('"' . $url . '"'); $url = ob_get_clean(); $strdata .= "<link href=\"{$url}\" rel=\"stylesheet\" type=\"text/css\">" . PHP_EOL; }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $home in /in/Gng96 on line 6 Warning: Undefined variable $home in /in/Gng96 on line 7 Warning: Undefined variable $home in /in/Gng96 on line 9 Parse error: syntax error, unexpected end of file in /in/Gng96(14) : eval()'d code on line 1
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:
52.76 ms | 401 KiB | 8 Q