Home
last modified time | relevance | path

Searched refs:HASH_FLAG_PACKED (Results 1 – 8 of 8) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_hash.c210 ht->u.flags &= ~HASH_FLAG_PACKED; in zend_hash_packed_to_hash()
253 ZEND_ASSERT(ht->u.flags & HASH_FLAG_PACKED); in zend_hash_extend()
552 } else if (ht->u.flags & HASH_FLAG_PACKED) { in _zend_hash_add_or_update_i()
719 } else if (ht->u.flags & HASH_FLAG_PACKED) { in _zend_hash_index_add_or_update_i()
959 if (!(ht->u.flags & HASH_FLAG_PACKED)) { in _zend_hash_del_el_ex()
1007 if (!(ht->u.flags & HASH_FLAG_PACKED)) { in _zend_hash_del_el()
1194 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_index_del()
1393 if (!(ht->u.flags & HASH_FLAG_PACKED)) { in zend_hash_clean()
2002 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_index_find()
2032 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_index_exists()
[all …]
H A Dzend_hash.h40 #define HASH_FLAG_PACKED (1<<2) macro
46 (((ht)->u.flags & HASH_FLAG_PACKED) != 0)
52 (((ht)->u.flags & (HASH_FLAG_PACKED|HASH_FLAG_STATIC_KEYS)) != 0)
167 if (EXPECTED((_ht)->u.flags & HASH_FLAG_PACKED)) { \
940 ZEND_ASSERT(__fill_ht->u.flags & HASH_FLAG_PACKED);
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.c192 ZEND_ASSERT((source->u.flags & HASH_FLAG_PACKED) == 0); in zend_hash_clone_constants()
243 ZEND_ASSERT(!(source->u.flags & HASH_FLAG_PACKED)); in zend_hash_clone_methods()
301 ZEND_ASSERT(!(source->u.flags & HASH_FLAG_PACKED)); in zend_hash_clone_prop_info()
H A Dzend_persist_calc.c63 if (!(ht->u.flags & HASH_FLAG_PACKED) && ht->nNumUsed < (uint32_t)(-(int32_t)ht->nTableMask) / 2) { in zend_hash_persist_calc()
H A Dzend_persist.c110 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_persist()
204 if (ht->u.flags & HASH_FLAG_PACKED) { in zend_hash_persist_immutable()
/PHP-7.1/ext/standard/
H A Darray.c2379 if (!(hash->u.flags & HASH_FLAG_PACKED)) {
2675 if (Z_ARRVAL_P(stack)->u.flags & HASH_FLAG_PACKED) {
3044 if ((dest->u.flags & HASH_FLAG_PACKED) && (src->u.flags & HASH_FLAG_PACKED)) {
3196 if (src->u.flags & HASH_FLAG_PACKED) {
3589 if ((Z_ARRVAL_P(input)->u.flags & HASH_FLAG_PACKED) && !preserve_keys) {
3656 if (Z_ARRVAL_P(input)->u.flags & HASH_FLAG_PACKED) {
4991 repack = !(hash->u.flags & HASH_FLAG_PACKED);
H A Dvar_unserializer.c543 zend_hash_extend(ht, zend_hash_num_elements(ht) + elements, (ht->u.flags & HASH_FLAG_PACKED)); in object_common2()
H A Dvar_unserializer.re547 zend_hash_extend(ht, zend_hash_num_elements(ht) + elements, (ht->u.flags & HASH_FLAG_PACKED));

Completed in 46 milliseconds