Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Drfc1867.c55 …ariable(char *var, char *strval, size_t val_len, zval *track_vars_array, bool override_protection);
135 …har *var, char *strval, size_t val_len, zval *track_vars_array, bool override_protection) /* {{{ */ in safe_php_register_variable() argument
137 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable()
143 …ister_variable_ex(char *var, zval *val, zval *track_vars_array, bool override_protection) /* {{{ */ in safe_php_register_variable_ex() argument
145 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable_ex()
151 …_files_variable(char *strvar, char *val, zval *http_post_files, bool override_protection) /* {{{ */ in register_http_post_files_variable() argument
153 safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection); in register_http_post_files_variable()
157 …_files_variable_ex(char *var, zval *val, zval *http_post_files, bool override_protection) /* {{{ */ in register_http_post_files_variable_ex() argument
159 safe_php_register_variable_ex(var, val, http_post_files, override_protection); in register_http_post_files_variable_ex()

Completed in 8 milliseconds