1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/gmp: Use zend_result type instead of int type

This commit is contained in:
Gina Peter Banyard
2025-04-11 22:39:11 +01:00
parent 3ba725a556
commit c5edf94003

View File

@@ -514,7 +514,7 @@ static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned ch
mpz_ptr gmpnum;
const unsigned char *p, *max;
zval *zv;
int retval = FAILURE;
zend_result retval = FAILURE;
php_unserialize_data_t unserialize_data;
zend_object *zobj;