Skip to content

Commit 83e4317

Browse files
author
f.schmitt
committed
add SuperGlobals test
1 parent 10e6c81 commit 83e4317

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
// @expectedPass
3+
4+
$GLOBALS=true;
5+
$_SERVER=true;
6+
$_GET=true;
7+
$_POST=true;
8+
$_FILES=true;
9+
$_COOKIE=true;
10+
$_SESSION=true;
11+
$_REQUEST=true;
12+
$_ENV=true;

0 commit comments

Comments
 (0)