Searched defs:bApplyProtection (Results 1 – 3 of 3) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_ts_hash.h | 47 #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ argument
|
H A D | zend_hash.h | 79 zend_bool bApplyProtection; member 105 #define zend_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) _ze… argument
|
H A D | zend_hash.c | 235 ZEND_API void zend_hash_set_apply_protection(HashTable *ht, zend_bool bApplyProtection) in zend_hash_set_apply_protection()
|
Completed in 11 milliseconds