|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Variables | |
| if(!defined('PHPDBG_BOOTSTRAPPED')) | $_SERVER |
| $_GET = array() | |
| $_REQUEST = array() | |
| $_POST = array() | |
| $_COOKIE = array() | |
| $_FILES = array() | |
| $_COOKIE = array() |
Definition at line 61 of file web-bootstrap.php.
| $_FILES = array() |
Definition at line 62 of file web-bootstrap.php.
| $_GET = array() |
Definition at line 58 of file web-bootstrap.php.
| $_POST = array() |
Definition at line 60 of file web-bootstrap.php.
| $_REQUEST = array() |
Definition at line 59 of file web-bootstrap.php.
The following file shows how to bootstrap phpdbg so that you can mock specific server environments
eval include("web-bootstrap.php") exec index.php compile break ... run
Definition at line 23 of file web-bootstrap.php.