Here are the global variables, including the implicit ones : any variable that are used in the global scope, outside methods, are implicitely globals.
Global | Counts | Types | Read / Write | Locations |
---|---|---|---|---|
/src/Components/Form/FormGroupBuilder.php | 2 | $GLOBALS $GLOBALS | R - R - | 455:$_SESSION 453:$_SESSION |
/src/Components/Validator/Rules/Token.php | 4 | $GLOBALS $GLOBALS $GLOBALS $GLOBALS | R - R - R - R - | 45:$_SESSION 47:$_SESSION 45:$_SESSION 49:$_SESSION |
/src/Components/Http/ServerRequest.php | 20 | $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS $GLOBALS | R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - R - | 110:$_SERVER 110:$_SERVER 105:$_SERVER 105:$_SERVER 120:$_SERVER 121:$_SERVER 112:$_SERVER 113:$_SERVER 101:$_SERVER 104:$_SERVER 104:$_SERVER 102:$_SERVER 104:$_SERVER 137:$_SERVER 128:$_SERVER 127:$_SERVER 138:$_COOKIE 139:$_FILES 142:$_POST 143:$_GET |