}
*op = *org;
FREE_ZVAL(org);
- return FAILURE;
}
}
zend_error(E_RECOVERABLE_ERROR,
"Object of class %v could not be converted to %s", Z_OBJCE_P(op)->name,
zend_get_type_by_const(IS_UNICODE));
- return FAILURE;
} else {
zval_dtor(op);
Z_TYPE_P(op) = IS_UNICODE;
zend_error(E_RECOVERABLE_ERROR,
"Object of class %v could not be converted to %s", Z_OBJCE_P(op)->name,
zend_get_type_by_const(IS_STRING));
- return FAILURE;
} else {
zval_dtor(op);
Z_TYPE_P(op) = IS_STRING;