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="base64_decode"; 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/drugievalD3N1ls", '<?php file_put_contents("/tmp/trecieval3T95ak","<?php base64_decode("ZWNobyAnYSc7") ;");' ); --12---<?php file_put_contents("/tmp/trecieval3T95ak","<?php base64_decode("ZWNobyAnYSc7") ;");--23--- Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/drugievalD3N1ls on line 1
Process exited with code 255.
Output for git.master_jit
---1--<?php file_put_contents("/tmp/drugievalVKhbIb", '<?php file_put_contents("/tmp/trecievalLoHAgT","<?php base64_decode("ZWNobyAnYSc7") ;");' ); --12---<?php file_put_contents("/tmp/trecievalLoHAgT","<?php base64_decode("ZWNobyAnYSc7") ;");--23--- Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/drugievalVKhbIb on line 1
Process exited with code 255.
Output for rfc.property-hooks
---1--<?php file_put_contents("/tmp/drugievalDIG71P", '<?php file_put_contents("/tmp/trecievalMbkEaB","<?php base64_decode("ZWNobyAnYSc7") ;");' ); --12---<?php file_put_contents("/tmp/trecievalMbkEaB","<?php base64_decode("ZWNobyAnYSc7") ;");--23--- Parse error: syntax error, unexpected identifier "ZWNobyAnYSc7", expecting ")" in /tmp/drugievalDIG71P 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:
61.98 ms | 401 KiB | 8 Q