rfc1867_protected_variables  107 main/php_globals.h 	HashTable rfc1867_protected_variables;
rfc1867_protected_variables  154 main/rfc1867.c 	zend_hash_str_add_empty_element(&PG(rfc1867_protected_variables), varname, strlen(varname));
rfc1867_protected_variables  161 main/rfc1867.c 	return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname));
rfc1867_protected_variables  770 main/rfc1867.c 	zend_hash_init(&PG(rfc1867_protected_variables), 8, NULL, NULL, 0);
rfc1867_protected_variables 1317 main/rfc1867.c 	zend_hash_destroy(&PG(rfc1867_protected_variables));