Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Drfc1867.c62 …le(char *var, char *strval, size_t val_len, zval *track_vars_array, zend_bool override_protection);
165 …var, char *strval, size_t val_len, zval *track_vars_array, zend_bool override_protection) /* {{{ */ in safe_php_register_variable() argument
167 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable()
173 …_variable_ex(char *var, zval *val, zval *track_vars_array, zend_bool override_protection) /* {{{ */ in safe_php_register_variable_ex() argument
175 if (override_protection || !is_protected_variable(var)) { in safe_php_register_variable_ex()
181 …s_variable(char *strvar, char *val, zval *http_post_files, zend_bool override_protection) /* {{{ */ in register_http_post_files_variable() argument
183 safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection); in register_http_post_files_variable()
187 …s_variable_ex(char *var, zval *val, zval *http_post_files, zend_bool override_protection) /* {{{ */ in register_http_post_files_variable_ex() argument
189 safe_php_register_variable_ex(var, val, http_post_files, override_protection); in register_http_post_files_variable_ex()

Completed in 10 milliseconds