Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_globals.h103 HashTable rfc1867_protected_variables; member
H A Drfc1867.c151 …zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), N… in add_protected_variable()
158 return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1); in is_protected_variable()
759 zend_hash_init(&PG(rfc1867_protected_variables), 5, NULL, NULL, 0);
1269 zend_hash_destroy(&PG(rfc1867_protected_variables));

Completed in 31 milliseconds