3v4l.org

run code in 300+ PHP versions simultaneously
<?php header("Content-type: image/png"); $string = $_GET['text']; $im = imagecreatefrompng("images/button1.png"); $orange = imagecolorallocate($im, 220, 210, 60); $px = (imagesx($im) - 7.5 * strlen($string)) / 2; imagestring($im, 3, $px, 9, $string, $orange); imagepng($im); imagedestroy($im); ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key "text" in /in/YBHbO on line 3 Fatal error: Uncaught Error: Call to undefined function imagecreatefrompng() in /in/YBHbO:4 Stack trace: #0 {main} thrown in /in/YBHbO on line 4
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:
40.8 ms | 401 KiB | 8 Q