3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = file_get_contents("https://pbs.twimg.com/media/COMFAk-WoAA4Fsv.jpg"); $test = base64_encode($test); $test = '<img src="data:image/jpeg;base64,' . $test . '" />'; echo $test; ?>

preferences:
49.97 ms | 402 KiB | 5 Q