3v4l.org

run code in 300+ PHP versions simultaneously
<html> <head> <title>Online PHP Script Execution</title> </head> <body> <?php $utf8=false; $solution_file = file_get_contents("http://yoire.com/img/v/nice_yoire_xxed_by_Mawekl.jpg"); $solution_bytes = substr($solution_file,0,4); $solution_b64 = Encoder::data2base64($solution_bytes,$utf8); print "La solución es: [GUESS ME!]"; // sorry, I mean $solution_b64 X"DDD print "<br><br>"; print Challenges::solutionBox(); print Challenges::checkSolution($solution_b64); ?> <a href="<?=$_SERVER["PHP_SELF"]?>?showSource">Ver código fuente</a> <?php if(Common::getString("showSource")!==false) { print "<hr>"; highlight_file(__FILE__); } print Website::footer(); ?> </body> </html>
Output for git.master, git.master_jit, rfc.property-hooks
<html> <head> <title>Online PHP Script Execution</title> </head> <body> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for yoire.com failed: System error in /in/KDCd8 on line 8 Warning: file_get_contents(http://yoire.com/img/v/nice_yoire_xxed_by_Mawekl.jpg): Failed to open stream: php_network_getaddresses: getaddrinfo for yoire.com failed: System error in /in/KDCd8 on line 8 Fatal error: Uncaught Error: Class "Encoder" not found in /in/KDCd8:10 Stack trace: #0 {main} thrown in /in/KDCd8 on line 10
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:
67.18 ms | 402 KiB | 8 Q