aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/try-quine6.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/try-quine6.php')
-rw-r--r--src/try-quine6.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/try-quine6.php b/src/try-quine6.php
new file mode 100644
index 0000000..8a2cea2
--- /dev/null
+++ b/src/try-quine6.php
@@ -0,0 +1 @@
+<?php $s = 'echo strtr("<?php \$s = \'...\'; eval(\$s);", [str_repeat(\'.\', 3) => addcslashes($s, chr(39))]);'; eval($s); \ No newline at end of file