Quine by ASCII-only (actually a quine)

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

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

download

return to the top page