Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_globals.h107 HashTable rfc1867_protected_variables; member
H A Drfc1867.c156 …zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), N… in add_protected_variable()
163 return zend_hash_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)+1); in is_protected_variable()
765 zend_hash_init(&PG(rfc1867_protected_variables), 5, NULL, NULL, 0);
1300 zend_hash_destroy(&PG(rfc1867_protected_variables));

Completed in 20 milliseconds