rfc1867_protected_variables 107 main/php_globals.h HashTable rfc1867_protected_variables; rfc1867_protected_variables 156 main/rfc1867.c zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), NULL); rfc1867_protected_variables 163 main/rfc1867.c return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1); rfc1867_protected_variables 765 main/rfc1867.c zend_hash_init(&PG(rfc1867_protected_variables), 5, NULL, NULL, 0); rfc1867_protected_variables 1300 main/rfc1867.c zend_hash_destroy(&PG(rfc1867_protected_variables));