php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_globals.h File Reference
#include "zend_globals.h"
#include <stdint.h>

Go to the source code of this file.

Data Structures

struct  _arg_separators
 
struct  _php_core_globals
 

Macros

#define PG(v)
 
#define PHP_DISPLAY_ERRORS_STDOUT   1
 
#define PHP_DISPLAY_ERRORS_STDERR   2
 
#define TRACK_VARS_POST   0
 
#define TRACK_VARS_GET   1
 
#define TRACK_VARS_COOKIE   2
 
#define TRACK_VARS_SERVER   3
 
#define TRACK_VARS_ENV   4
 
#define TRACK_VARS_FILES   5
 
#define TRACK_VARS_REQUEST   6
 

Typedefs

typedef struct _php_core_globals php_core_globals
 
typedef struct _arg_separators arg_separators
 

Variables

ZEND_API struct _php_core_globals core_globals
 

Macro Definition Documentation

◆ PG

#define PG ( v)
Value:
php_core_globals core_globals
Definition main.c:92

Definition at line 31 of file php_globals.h.

◆ PHP_DISPLAY_ERRORS_STDERR

#define PHP_DISPLAY_ERRORS_STDERR   2

Definition at line 37 of file php_globals.h.

◆ PHP_DISPLAY_ERRORS_STDOUT

#define PHP_DISPLAY_ERRORS_STDOUT   1

Definition at line 36 of file php_globals.h.

◆ TRACK_VARS_COOKIE

#define TRACK_VARS_COOKIE   2

Definition at line 42 of file php_globals.h.

◆ TRACK_VARS_ENV

#define TRACK_VARS_ENV   4

Definition at line 44 of file php_globals.h.

◆ TRACK_VARS_FILES

#define TRACK_VARS_FILES   5

Definition at line 45 of file php_globals.h.

◆ TRACK_VARS_GET

#define TRACK_VARS_GET   1

Definition at line 41 of file php_globals.h.

◆ TRACK_VARS_POST

#define TRACK_VARS_POST   0

Definition at line 40 of file php_globals.h.

◆ TRACK_VARS_REQUEST

#define TRACK_VARS_REQUEST   6

Definition at line 46 of file php_globals.h.

◆ TRACK_VARS_SERVER

#define TRACK_VARS_SERVER   3

Definition at line 43 of file php_globals.h.

Typedef Documentation

◆ arg_separators

◆ php_core_globals

Definition at line 24 of file php_globals.h.

Variable Documentation

◆ core_globals

ZEND_API struct _php_core_globals core_globals
extern

Definition at line 92 of file main.c.