Lines Matching refs:IS_UNDEF

447 		if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue;  in zend_hash_discard()
467 if (UNEXPECTED(Z_TYPE_P(Z_INDIRECT_P(val)) == IS_UNDEF)) { in zend_array_recalc_elements()
847 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_add_or_update_i()
926 if (Z_TYPE_P(data) != IS_UNDEF) { in _zend_hash_str_add_or_update_i()
1096 if (Z_TYPE_P(zv) != IS_UNDEF) { in _zend_hash_index_add_or_update_i()
1351 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) { in zend_hash_rehash()
1358 if (EXPECTED(Z_TYPE_INFO(p->val) != IS_UNDEF)) { in zend_hash_rehash()
1377 if (EXPECTED(Z_TYPE_INFO(p->val) != IS_UNDEF)) { in zend_hash_rehash()
1427 } else if (Z_TYPE(ht->arPacked[new_idx]) != IS_UNDEF) { in _zend_hash_packed_del_val()
1439 } while (ht->nNumUsed > 0 && (UNEXPECTED(Z_TYPE(ht->arPacked[ht->nNumUsed-1]) == IS_UNDEF))); in _zend_hash_packed_del_val()
1469 } else if (Z_TYPE(ht->arData[new_idx].val) != IS_UNDEF) { in _zend_hash_del_el_ex()
1481 } while (ht->nNumUsed > 0 && (UNEXPECTED(Z_TYPE(ht->arData[ht->nNumUsed-1].val) == IS_UNDEF))); in _zend_hash_del_el_ex()
1591 if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) { in zend_hash_del_ind()
1640 if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) { in zend_hash_str_del_ind()
1706 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_del()
1746 if (EXPECTED(Z_TYPE_P(zv) != IS_UNDEF)) { in zend_hash_destroy()
1768 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_destroy()
1782 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_destroy()
1851 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_array_destroy()
1888 if (EXPECTED(Z_TYPE_P(zv) != IS_UNDEF)) { in zend_hash_clean()
1907 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_clean()
1921 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_hash_clean()
1971 if (EXPECTED(Z_TYPE(p->val) != IS_UNDEF)) { in zend_symtable_clean()
1998 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_graceful_destroy()
2005 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_graceful_destroy()
2030 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_graceful_reverse_destroy()
2039 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_graceful_reverse_destroy()
2070 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_apply()
2085 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_apply()
2109 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_apply_with_argument()
2123 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_apply_with_argument()
2151 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_apply_with_arguments()
2172 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_apply_with_arguments()
2207 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_reverse_apply()
2225 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_reverse_apply()
2253 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_copy()
2266 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_copy()
2272 if (UNEXPECTED(Z_TYPE_P(data) == IS_UNDEF)) { in zend_hash_copy()
2294 if (UNEXPECTED(Z_TYPE_INFO_P(data) == IS_UNDEF)) { in zend_array_dup_value()
2301 if (UNEXPECTED(Z_TYPE_INFO_P(data) == IS_UNDEF)) { in zend_array_dup_value()
2559 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2576 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2595 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2612 if (UNEXPECTED(Z_TYPE_P(s) == IS_UNDEF)) { in zend_hash_merge()
2654 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_merge_ex()
2709 if (Z_TYPE_P(zv) != IS_UNDEF) { in zend_hash_index_find()
2753 if (Z_TYPE(ht->arPacked[idx]) != IS_UNDEF) { in zend_hash_internal_pointer_end_ex()
2761 if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) { in zend_hash_internal_pointer_end_ex()
2787 if (Z_TYPE(ht->arPacked[idx]) != IS_UNDEF) { in zend_hash_move_forward_ex()
2799 if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) { in zend_hash_move_forward_ex()
2821 if (Z_TYPE(ht->arPacked[idx]) != IS_UNDEF) { in zend_hash_move_backwards_ex()
2829 if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) { in zend_hash_move_backwards_ex()
3000 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_sort_ex()
3090 if (Z_TYPE_P(pData1) == IS_UNDEF) continue; in zend_hash_compare_impl()
3098 if (Z_TYPE_P(pData2) != IS_UNDEF) break; in zend_hash_compare_impl()
3109 if (Z_TYPE_P(pData2) != IS_UNDEF) break; in zend_hash_compare_impl()
3152 if (Z_TYPE_P(pData1) == IS_UNDEF) { in zend_hash_compare_impl()
3153 if (Z_TYPE_P(pData2) != IS_UNDEF) { in zend_hash_compare_impl()
3156 } else if (Z_TYPE_P(pData2) == IS_UNDEF) { in zend_hash_compare_impl()
3214 if (Z_TYPE(ht->arPacked[idx]) != IS_UNDEF) break; in zend_hash_minmax()
3220 if (UNEXPECTED(Z_TYPE_P(zv) == IS_UNDEF)) continue; in zend_hash_minmax()
3240 if (Z_TYPE(ht->arData[idx].val) != IS_UNDEF) break; in zend_hash_minmax()
3246 if (UNEXPECTED(Z_TYPE(p->val) == IS_UNDEF)) continue; in zend_hash_minmax()