Skip to content

Commit 59f0fe5

Browse files
committed
Merge branch 'PHP-8.2'
2 parents b505562 + a24659e commit 59f0fe5

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)