Skip to content

Commit a24659e

Browse files
nielsdosGirgias
authored andcommitted
Update test for changed behaviour of GMP constructor
Closed GH-10160 Signed-off-by: George Peter Banyard <girgias@php.net>
1 parent 0100dbd commit a24659e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/tests/gmp_dynamic_property.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gmp
55
--FILE--
66
<?php
77

8-
$g = new GMP();
8+
$g = gmp_init(0);
99
$g->{1} = 123;
1010

1111
$serialized = serialize($g);

0 commit comments

Comments
 (0)