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/Environment.php | 1 | $GLOBALS | R - | 310:$_SERVER |
/src/Application.php | 1 | $GLOBALS | R - | 166:$_SERVER |
/src/Pagination.php | 2 | $GLOBALS $GLOBALS | R - R - | 50:$_GET 50:$_GET |