3v4l.org

run code in 300+ PHP versions simultaneously
<?php <?php // load in the base image into Imagick $imageOne = new Imagick('images/base-map.png'); $imageTwo = new Imagick('images/pins/location-7.png'); $imageOne->compositeImage($imageTwo, Imagick::COMPOSITE_DIFFERENCE, 0, 0); $imageOne->paintTransparentImage($imageOne->getImagePixelColor(0, 0), 0, 5000); header('Content-Type: image/png'); echo $imageOne;
Output for 7.0.0 - 7.0.31, 7.1.0 - 7.1.21, 7.2.0 - 7.2.9
Parse error: syntax error, unexpected '<', expecting end of file in /in/5fX4H on line 3
Process exited with code 255.

preferences:
210.82 ms | 1400 KiB | 71 Q