2026-05-24 05:40
This script will prepare the quine (quine-inline):
<?php
$p="<?php";
$pc="?>";
$e=" echo'";
$ec="';";
echo$p.'$p="'.$p.'"\';$pc="'.$pc.'";$e="'.$e.'";$ec="'.$ec.'";';
echo$ec.base64_decode('ZWNobyRwLickcD0iJy4kcC4nIlwnOyRwYz0iJy4kcGMuJyI7JGU9IicuJGUuJyI7JGVjPSInLiRlYy4nIjsnOw==').$pc;
?>
The quine (qi1) which echo's itself:
<?php$p="<?php"';$pc="?>";$e=" echo'";$ec="';";';echo$p.'$p="'.$p.'"\';$pc="'.$pc.'";$e="'.$e.'";$ec="'.$ec.'";';?>