Lines Matching refs:EXPECTED

130 	} else if (EXPECTED(ht->nTableSize == HT_MIN_SIZE)) {  in zend_hash_real_init_packed_ex()
148 } else if (EXPECTED(nSize == HT_MIN_SIZE)) { in zend_hash_real_init_mixed_ex()
461 if (EXPECTED(!HT_ITERATORS_OVERFLOW(ht))) { in zend_hash_iterator_add()
498 if (EXPECTED(iter->ht) && EXPECTED(iter->ht != HT_POISONED_PTR) in zend_hash_iterator_pos()
499 && EXPECTED(!HT_ITERATORS_OVERFLOW(iter->ht))) { in zend_hash_iterator_pos()
502 if (EXPECTED(!HT_ITERATORS_OVERFLOW(ht))) { in zend_hash_iterator_pos()
518 if (EXPECTED(iter->ht) && EXPECTED(iter->ht != HT_POISONED_PTR) in zend_hash_iterator_pos_ex()
519 && EXPECTED(!HT_ITERATORS_OVERFLOW(ht))) { in zend_hash_iterator_pos_ex()
524 if (EXPECTED(!HT_ITERATORS_OVERFLOW(ht))) { in zend_hash_iterator_pos_ex()
539 if (EXPECTED(iter->ht) && EXPECTED(iter->ht != HT_POISONED_PTR) in zend_hash_iterator_del()
540 && EXPECTED(!HT_ITERATORS_OVERFLOW(iter->ht))) { in zend_hash_iterator_del()
637 if (EXPECTED(p->key == key)) { /* check for the same interned string */ in zend_hash_find_bucket()
643 EXPECTED(p->key) && in zend_hash_find_bucket()
712 if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in _zend_hash_add_or_update_i()
800 if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in _zend_hash_str_add_or_update_i()
983 } else if (EXPECTED(h < ht->nTableSize)) { in _zend_hash_index_add_or_update_i()
1203 if (EXPECTED(!HT_HAS_ITERATORS(ht))) { in zend_hash_rehash()
1206 if (EXPECTED(Z_TYPE_INFO(p->val) != IS_UNDEF)) { in zend_hash_rehash()
1225 if (EXPECTED(Z_TYPE_INFO(p->val) != IS_UNDEF)) { in zend_hash_rehash()
1545 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_destroy()
1553 if (EXPECTED(p->key)) { in zend_hash_destroy()
1559 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_destroy()
1561 if (EXPECTED(p->key)) { in zend_hash_destroy()
1572 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_destroy()
1573 if (EXPECTED(p->key)) { in zend_hash_destroy()
1581 } else if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_hash_destroy()
1616 if (EXPECTED(p->key)) { in zend_array_destroy()
1622 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_array_destroy()
1624 if (EXPECTED(p->key)) { in zend_array_destroy()
1630 } else if (EXPECTED(HT_FLAGS(ht) & HASH_FLAG_UNINITIALIZED)) { in zend_array_destroy()
1658 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_clean()
1666 if (EXPECTED(p->key)) { in zend_hash_clean()
1672 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_clean()
1674 if (EXPECTED(p->key)) { in zend_hash_clean()
1684 if (EXPECTED(p->key)) { in zend_hash_clean()
1690 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_clean()
1691 if (EXPECTED(p->key)) { in zend_hash_clean()
1726 if (EXPECTED(p->key)) { in zend_symtable_clean()
1732 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_symtable_clean()
1734 if (EXPECTED(p->key)) { in zend_symtable_clean()
2802 if (EXPECTED(!(GC_FLAGS(ht) & IS_ARRAY_IMMUTABLE))) { in zend_proptable_to_symtable()