aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/try-quine6.php
blob: 8a2cea2848414addbe67a861a5bcec8206eebd82 (plain)
1
<?php $s = 'echo strtr("<?php \$s = \'...\'; eval(\$s);", [str_repeat(\'.\', 3) => addcslashes($s, chr(39))]);'; eval($s);