Quine by %20

$s='$s=%c%s%c;printf($s,39,$s,39)';printf($s,39,$s,39)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page