Skip to content

Commit c5edf94

Browse files
committed
ext/gmp: Use zend_result type instead of int type
1 parent 3ba725a commit c5edf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/gmp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ static int gmp_unserialize(zval *object, zend_class_entry *ce, const unsigned ch
514514
mpz_ptr gmpnum;
515515
const unsigned char *p, *max;
516516
zval *zv;
517-
int retval = FAILURE;
517+
zend_result retval = FAILURE;
518518
php_unserialize_data_t unserialize_data;
519519
zend_object *zobj;
520520

0 commit comments

Comments
 (0)