Lines Matching refs:IS_UNDEF

317 	if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) {  in _get_zval_ptr_cv()
331 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref()
347 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_R()
357 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_deref_BP_VAR_R()
375 if (UNEXPECTED(Z_TYPE_P(ret) == IS_UNDEF)) { in _get_zval_ptr_cv_BP_VAR_RW()
387 if (Z_TYPE_P(ret) == IS_UNDEF) { in _get_zval_ptr_cv_BP_VAR_W()
1660 case IS_UNDEF: in zend_check_string_offset()
1801 if (UNEXPECTED(Z_TYPE_P(value) == IS_UNDEF)) { in zend_assign_to_string_offset()
2336 case IS_UNDEF: { in slow_index_convert()
2404 case IS_UNDEF: { in slow_index_convert_w()
2634 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2646 } else if (EXPECTED(retval && Z_TYPE_P(retval) != IS_UNDEF)) { in zend_fetch_dimension_address()
2671 if (type != BP_VAR_W && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) { in zend_fetch_dimension_address()
2694 if (ZEND_CONST_COND(dim_type == IS_CV, dim != NULL) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address()
2772 case IS_UNDEF: in zend_fetch_dimension_address_read()
2839 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
2861 if (type != BP_VAR_IS && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
2864 if (ZEND_CONST_COND(dim_type == IS_CV, 1) && UNEXPECTED(Z_TYPE_P(dim) == IS_UNDEF)) { in zend_fetch_dimension_address_read()
2925 } else if (/*OP2_TYPE == IS_CV &&*/ Z_TYPE_P(offset) == IS_UNDEF) { in zend_find_array_dim_slow()
2936 if (/*OP2_TYPE == IS_CV &&*/ UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) { in zend_isset_dim_slow()
2975 if (/*OP2_TYPE == IS_CV &&*/ UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) { in zend_isempty_dim_slow()
3046 if (UNEXPECTED(Z_TYPE_P(key) == IS_UNDEF)) { in zend_array_key_exists_fast()
3060 if (Z_TYPE_P(key) == IS_UNDEF) { in zend_array_key_exists_error()
3063 if (Z_TYPE_P(subject) == IS_UNDEF) { in zend_array_key_exists_error()
3140 if (Z_TYPE_P(ptr) == IS_UNDEF) { in zend_handle_fetch_obj_flags()
3173 && UNEXPECTED(Z_TYPE_P(container) == IS_UNDEF)) { in zend_fetch_property_address()
3196 if (EXPECTED(Z_TYPE_P(ptr) != IS_UNDEF)) { in zend_fetch_property_address()
3410 if (op1_type == IS_CV && UNEXPECTED(Z_TYPE_P(varname) == IS_UNDEF)) { in zend_fetch_static_property_address_ex()
3446 && UNEXPECTED(Z_TYPE_P(*retval) == IS_UNDEF) in zend_fetch_static_property_address()
5197 if (Z_TYPE_P(cache_val) != IS_UNDEF) { in zend_handle_undef_args()