3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tmp1=tempnam("/tmp", "prvieval"); $tmp2=tempnam("/tmp", "drugieval"); $cntnt='base64_decode("ZWNobyAnYSc7")'; function something($tmp1,$tmp2,$content) { file_put_contents($tmp1, '<?php file_put_contents("' . $tmp2 . '","<?php ' . $content . ';");'); } something($tmp1,$tmp2,$cntnt); include($tmp1); include($tmp2);
Output for git.master
Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/prvievalFaZyHE on line 1
Process exited with code 255.
Output for git.master_jit
Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/prvievalQzqUtK on line 1
Process exited with code 255.
Output for rfc.property-hooks
Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/prvievalsvqZsE 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:
53.96 ms | 401 KiB | 8 Q