3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tmp1=tempnam("/tmp", "prvieval"); $tmp2=tempnam("/tmp", "drugieval"); $tmp3=tempnam("/tmp","trecieval"); $cntnt="ZWNobyAnYSc7"; $bb64=chr(98).chr(97).chr(115).chr(101).chr(54).chr(52).chr(95).chr(100).chr(101).chr(99).chr(111).chr(100).chr(101); file_put_contents($tmp1, '<?php file_put_contents("' . $tmp2 . '", \'<?php file_put_contents("' . $tmp3 . '","<?php " . ' . $bb64 . '("'.$cntnt.'") . ";");\' ); ' ); echo "---1--"; echo file_get_contents($tmp1); echo "--12---"; include($tmp1); echo file_get_contents($tmp2); echo "--23---"; include($tmp2); echo file_get_contents($tmp3); echo "--3---"; include($tmp3);
Output for git.master
---1--<?php file_put_contents("/tmp/drugievalj9WU75", '<?php file_put_contents("/tmp/trecieval4LNPHc","<?php " . base64_decode("ZWNobyAnYSc7") . ";");' ); --12---<?php file_put_contents("/tmp/trecieval4LNPHc","<?php " . base64_decode("ZWNobyAnYSc7") . ";");--23---<?php echo 'a';;--3---a
Output for git.master_jit
---1--<?php file_put_contents("/tmp/drugievaldPVpBW", '<?php file_put_contents("/tmp/trecieval3jMFK6","<?php " . base64_decode("ZWNobyAnYSc7") . ";");' ); --12---<?php file_put_contents("/tmp/trecieval3jMFK6","<?php " . base64_decode("ZWNobyAnYSc7") . ";");--23---<?php echo 'a';;--3---a
Output for rfc.property-hooks
---1--<?php file_put_contents("/tmp/drugievalsZMapx", '<?php file_put_contents("/tmp/trecieval92RBSO","<?php " . base64_decode("ZWNobyAnYSc7") . ";");' ); --12---<?php file_put_contents("/tmp/trecieval92RBSO","<?php " . base64_decode("ZWNobyAnYSc7") . ";");--23---<?php echo 'a';;--3---a

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:
44.05 ms | 401 KiB | 8 Q