override_protection 62 main/rfc1867.c static void safe_php_register_variable(char *var, char *strval, size_t val_len, zval *track_vars_array, zend_bool override_protection); override_protection 165 main/rfc1867.c static void safe_php_register_variable(char *var, char *strval, size_t val_len, zval *track_vars_array, zend_bool override_protection) /* {{{ */ override_protection 167 main/rfc1867.c if (override_protection || !is_protected_variable(var)) { override_protection 173 main/rfc1867.c static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, zend_bool override_protection) /* {{{ */ override_protection 175 main/rfc1867.c if (override_protection || !is_protected_variable(var)) { override_protection 181 main/rfc1867.c static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, zend_bool override_protection) /* {{{ */ override_protection 183 main/rfc1867.c safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection); override_protection 187 main/rfc1867.c static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_bool override_protection) /* {{{ */ override_protection 189 main/rfc1867.c safe_php_register_variable_ex(var, val, http_post_files, override_protection);