php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
web-bootstrap.php File Reference

Go to the source code of this file.

Variables

if(!defined('PHPDBG_BOOTSTRAPPED')) $_SERVER
 
 $_GET = array()
 
 $_REQUEST = array()
 
 $_POST = array()
 
 $_COOKIE = array()
 
 $_FILES = array()
 

Variable Documentation

◆ $_COOKIE

$_COOKIE = array()

Definition at line 61 of file web-bootstrap.php.

◆ $_FILES

$_FILES = array()

Definition at line 62 of file web-bootstrap.php.

◆ $_GET

$_GET = array()

Definition at line 58 of file web-bootstrap.php.

◆ $_POST

$_POST = array()

Definition at line 60 of file web-bootstrap.php.

◆ $_REQUEST

$_REQUEST = array()

Definition at line 59 of file web-bootstrap.php.

◆ $_SERVER

if (!defined( 'PHPDBG_BOOTSTRAPPED')) $_SERVER

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.