Lines Matching refs:Z_PROP_FLAG_P

2558 …if (UNEXPECTED((info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(property_val) & IS_PROP_REINIT…  in zend_jit_assign_to_typed_prop()
2577 Z_PROP_FLAG_P(property_val) &= ~IS_PROP_REINITABLE; in zend_jit_assign_to_typed_prop()
2620 …if (UNEXPECTED((prop_info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(zptr) & IS_PROP_REINITABL… in zend_jit_assign_op_to_typed_prop()
2635 Z_PROP_FLAG_P(zptr) &= ~IS_PROP_REINITABLE; in zend_jit_assign_op_to_typed_prop()
2715 …if (UNEXPECTED((prop_info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(var_ptr) & IS_PROP_REINIT… in zend_jit_inc_typed_prop()
2733 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_inc_typed_prop()
2739 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_inc_typed_prop()
2748 …if (UNEXPECTED((prop_info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(var_ptr) & IS_PROP_REINIT… in zend_jit_dec_typed_prop()
2766 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_dec_typed_prop()
2772 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_dec_typed_prop()
2795 …if (UNEXPECTED((prop_info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(var_ptr) & IS_PROP_REINIT… in zend_jit_post_inc_typed_prop()
2815 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_post_inc_typed_prop()
2822 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_post_inc_typed_prop()
2830 …if (UNEXPECTED((prop_info->flags & ZEND_ACC_READONLY) && !(Z_PROP_FLAG_P(var_ptr) & IS_PROP_REINIT… in zend_jit_post_dec_typed_prop()
2850 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_post_dec_typed_prop()
2857 Z_PROP_FLAG_P(var_ptr) &= ~IS_PROP_REINITABLE; in zend_jit_post_dec_typed_prop()