php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | PARSE_POST 0 |
#define | PARSE_GET 1 |
#define | PARSE_COOKIE 2 |
#define | PARSE_STRING 3 |
#define | PARSE_ENV 4 |
#define | PARSE_SERVER 5 |
#define | NUM_TRACK_VARS 6 |
Functions | |
void | php_startup_auto_globals (void) |
PHPAPI void | php_register_variable (const char *var, const char *val, zval *track_vars_array) |
PHPAPI void | php_register_variable_safe (const char *var, const char *val, size_t val_len, zval *track_vars_array) |
PHPAPI void | php_register_variable_ex (const char *var, zval *val, zval *track_vars_array) |
PHPAPI void | php_register_known_variable (const char *var, size_t var_len, zval *value, zval *track_vars_array) |
PHPAPI void | php_build_argv (const char *s, zval *track_vars_array) |
PHPAPI int | php_hash_environment (void) |
Variables | |
PHPAPI void(* | php_import_environment_variables )(zval *array_ptr) |
PHPAPI void(* | php_load_environment_variables )(zval *array_ptr) |
#define NUM_TRACK_VARS 6 |
Definition at line 45 of file php_variables.h.
#define PARSE_COOKIE 2 |
Definition at line 26 of file php_variables.h.
#define PARSE_ENV 4 |
Definition at line 28 of file php_variables.h.
#define PARSE_GET 1 |
Definition at line 25 of file php_variables.h.
#define PARSE_POST 0 |
Definition at line 24 of file php_variables.h.
#define PARSE_SERVER 5 |
Definition at line 29 of file php_variables.h.
#define PARSE_STRING 3 |
Definition at line 27 of file php_variables.h.
Definition at line 658 of file php_variables.c.
Definition at line 785 of file php_variables.c.
PHPAPI void php_register_known_variable | ( | const char * | var, |
size_t | var_len, | ||
zval * | value, | ||
zval * | track_vars_array ) |
Definition at line 60 of file php_variables.c.
Definition at line 36 of file php_variables.c.
Definition at line 108 of file php_variables.c.
PHPAPI void php_register_variable_safe | ( | const char * | var, |
const char * | val, | ||
size_t | val_len, | ||
zval * | track_vars_array ) |
Definition at line 42 of file php_variables.c.
Definition at line 971 of file php_variables.c.
Definition at line 33 of file php_variables.c.