Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_globals.h105 HashTable rfc1867_protected_variables; member
H A Drfc1867.c154 zend_hash_str_add_empty_element(&PG(rfc1867_protected_variables), varname, strlen(varname)); in add_protected_variable()
161 return zend_hash_str_exists(&PG(rfc1867_protected_variables), varname, strlen(varname)); in is_protected_variable()
763 zend_hash_init(&PG(rfc1867_protected_variables), 8, NULL, NULL, 0);
1310 zend_hash_destroy(&PG(rfc1867_protected_variables));

Completed in 9 milliseconds