Lines Matching refs:ZEND_ASSERT
204 ZEND_ASSERT(page_size > 0 && (page_size & (page_size - 1)) == 0); in zend_vm_stack_init_ex()
249 ZEND_ASSERT(Z_TYPE_P(ret) != IS_REFERENCE); in _get_zval_ptr_tmp()
399 ZEND_ASSERT(op_type == IS_TMP_VAR); in _get_zval_ptr()
420 ZEND_ASSERT(op_type == IS_TMP_VAR); in _get_op_data_zval_ptr_r()
441 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_deref()
462 ZEND_ASSERT(op_type == IS_VAR); in _get_op_data_zval_ptr_deref_r()
483 ZEND_ASSERT(op_type == IS_TMP_VAR); in _get_zval_ptr_undef()
517 ZEND_ASSERT(op_type == IS_VAR); in _get_zval_ptr_ptr()
953 ZEND_ASSERT(!Z_ISREF_P(property)); in i_zend_check_property_type()
966 ZEND_ASSERT(ZEND_TYPE_CODE(info->type) != IS_CALLABLE); in i_zend_check_property_type()
1095 ZEND_ASSERT(arg_num <= zf->common.num_args); in zend_verify_recv_arg_type()
1112 ZEND_ASSERT(arg_num > zf->common.num_args); in zend_verify_variadic_arg_type()
1113 ZEND_ASSERT(zf->common.fn_flags & ZEND_ACC_VARIADIC); in zend_verify_variadic_arg_type()
1358 ZEND_ASSERT(Z_TYPE(ref->val) == IS_STRING && "Concat should return string"); in zend_binary_assign_op_typed_ref()
1378 ZEND_ASSERT(Z_TYPE_P(zptr) == IS_STRING && "Concat should return string"); in zend_binary_assign_op_typed_prop()
1523 ZEND_ASSERT(opline->opcode == ZEND_ASSIGN_REF); in zend_wrong_string_offset()
1532 ZEND_ASSERT(msg != NULL); in zend_wrong_string_offset()
1650 ZEND_ASSERT(error_prop); in zend_throw_incdec_ref_error()
1961 ZEND_ASSERT(fetch_type & ZEND_FETCH_LOCAL); in zend_get_target_symbol_table()
2470 ZEND_ASSERT(result != NULL); in zend_fetch_dimension_address_read()
2724 ZEND_ASSERT(ZEND_REF_HAS_TYPE_SOURCES(ref)); in zend_verify_ref_array_assignable()
2738 ZEND_ASSERT(ZEND_REF_HAS_TYPE_SOURCES(ref)); in zend_verify_ref_stdClass_assignable()
3008 ZEND_ASSERT(op1_type != IS_CONST || CACHED_PTR(cache_slot) == NULL); in zend_fetch_static_property_address_ex()
3216 ZEND_ASSERT(Z_TYPE_P(zv) != IS_REFERENCE); in zend_verify_ref_assignable_zval()
3248 ZEND_ASSERT(Z_TYPE_P(zval_ptr) != IS_REFERENCE); in i_zval_ptr_dtor_noref()
3345 ZEND_ASSERT(source_list->ptr == prop); in zend_ref_del_type_source()
3351 ZEND_ASSERT(*list->ptr == prop); in zend_ref_del_type_source()
3364 ZEND_ASSERT(*ptr == prop); in zend_ref_del_type_source()
3597 ZEND_ASSERT(EX(func) == (zend_function*)op_array); in i_init_func_execute_data()
3636 ZEND_ASSERT(RUN_TIME_CACHE(op_array) == NULL); in init_func_run_time_cache_i()
3688 ZEND_ASSERT(EX(func) == (zend_function*)op_array); in i_init_code_execute_data()
3699 ZEND_ASSERT(op_array->fn_flags & ZEND_ACC_HEAP_RT_CACHE); in i_init_code_execute_data()
3831 ZEND_ASSERT(op_num); in cleanup_unfinished_calls()
3972 ZEND_ASSERT(Z_TYPE_P(var) == IS_OBJECT); in cleanup_live_vars()
3986 ZEND_ASSERT(last >= EX(func)->op_array.opcodes); in cleanup_live_vars()
4574 ZEND_ASSERT(!EG(exception)); \