Home
last modified time | relevance | path

Searched refs:override_protection (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/main/
H A Drfc1867.c54 …ariable(char *var, char *strval, size_t val_len, zval *track_vars_array, bool override_protection);
134 …har *var, char *strval, size_t val_len, zval *track_vars_array, bool override_protection) /* {{{ */ in safe_php_register_variable() argument
136 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable()
142 …ister_variable_ex(char *var, zval *val, zval *track_vars_array, bool override_protection) /* {{{ */ in safe_php_register_variable_ex() argument
144 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable_ex()
150 …_files_variable(char *strvar, char *val, zval *http_post_files, bool override_protection) /* {{{ */ in register_http_post_files_variable() argument
152 safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection); in register_http_post_files_variable()
156 …_files_variable_ex(char *var, zval *val, zval *http_post_files, bool override_protection) /* {{{ */ in register_http_post_files_variable_ex() argument
158 safe_php_register_variable_ex(var, val, http_post_files, override_protection); in register_http_post_files_variable_ex()

Completed in 14 milliseconds