override_protection 62 main/rfc1867.c static void safe_php_register_variable(char *var, char *strval, int val_len, zval *track_vars_array, zend_bool override_protection TSRMLS_DC); override_protection 167 main/rfc1867.c static void safe_php_register_variable(char *var, char *strval, int val_len, zval *track_vars_array, zend_bool override_protection TSRMLS_DC) /* {{{ */ override_protection 169 main/rfc1867.c if (override_protection || !is_protected_variable(var TSRMLS_CC)) { override_protection 175 main/rfc1867.c static void safe_php_register_variable_ex(char *var, zval *val, zval *track_vars_array, zend_bool override_protection TSRMLS_DC) /* {{{ */ override_protection 177 main/rfc1867.c if (override_protection || !is_protected_variable(var TSRMLS_CC)) { override_protection 183 main/rfc1867.c static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files, zend_bool override_protection TSRMLS_DC) /* {{{ */ override_protection 185 main/rfc1867.c safe_php_register_variable(strvar, val, strlen(val), http_post_files, override_protection TSRMLS_CC); override_protection 189 main/rfc1867.c static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_bool override_protection TSRMLS_DC) /* {{{ */ override_protection 191 main/rfc1867.c safe_php_register_variable_ex(var, val, http_post_files, override_protection TSRMLS_CC);