Lines Matching refs:UNEXPECTED
67 if (UNEXPECTED(Z_REFCOUNTED_P(variable_ptr))) { in zend_assign_to_variable()
77 UNEXPECTED(Z_OBJ_HANDLER_P(variable_ptr, set) != NULL)) { in zend_assign_to_variable()
93 if (UNEXPECTED(Z_OPT_COPYABLE_P(variable_ptr))) { in zend_assign_to_variable()
97 if (UNEXPECTED(Z_OPT_REFCOUNTED_P(variable_ptr))) { in zend_assign_to_variable()
100 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
101 if (UNEXPECTED(--GC_REFCOUNT(ref) == 0)) { in zend_assign_to_variable()
112 UNEXPECTED(!GC_INFO(garbage))) { in zend_assign_to_variable()
122 if (UNEXPECTED(Z_OPT_COPYABLE_P(variable_ptr))) { in zend_assign_to_variable()
126 if (UNEXPECTED(Z_OPT_REFCOUNTED_P(variable_ptr))) { in zend_assign_to_variable()
129 } else if (ZEND_CONST_COND(value_type == IS_VAR, 1) && UNEXPECTED(ref)) { in zend_assign_to_variable()
130 if (UNEXPECTED(--GC_REFCOUNT(ref) == 0)) { in zend_assign_to_variable()
180 if (UNEXPECTED(used_stack > (size_t)(((char*)EG(vm_stack_end)) - (char*)call))) { in zend_vm_stack_push_call_frame_ex()
217 if (UNEXPECTED(call_info & ZEND_CALL_FREE_EXTRA_ARGS)) { in zend_vm_stack_free_extra_args_ex()
265 if (UNEXPECTED(call_info & ZEND_CALL_ALLOCATED)) { in zend_vm_stack_free_call_frame_ex()
364 while (UNEXPECTED((opline)->opcode >= ZEND_EXT_STMT \