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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user