|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
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 |
Definition at line 31 of file php_globals.h.
| #define PHP_DISPLAY_ERRORS_STDERR 2 |
Definition at line 37 of file php_globals.h.
| #define PHP_DISPLAY_ERRORS_STDOUT 1 |
Definition at line 36 of file php_globals.h.
| #define TRACK_VARS_COOKIE 2 |
Definition at line 42 of file php_globals.h.
| #define TRACK_VARS_ENV 4 |
Definition at line 44 of file php_globals.h.
| #define TRACK_VARS_FILES 5 |
Definition at line 45 of file php_globals.h.
| #define TRACK_VARS_GET 1 |
Definition at line 41 of file php_globals.h.
| #define TRACK_VARS_POST 0 |
Definition at line 40 of file php_globals.h.
| #define TRACK_VARS_REQUEST 6 |
Definition at line 46 of file php_globals.h.
| #define TRACK_VARS_SERVER 3 |
Definition at line 43 of file php_globals.h.
| typedef struct _arg_separators arg_separators |
| typedef struct _php_core_globals php_core_globals |
Definition at line 24 of file php_globals.h.
|
extern |