mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Update test for changed behaviour of GMP constructor
Closed GH-10160 Signed-off-by: George Peter Banyard <girgias@php.net>
This commit is contained in:
parent
0100dbdaf8
commit
a24659e70c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ gmp
|
|||
--FILE--
|
||||
<?php
|
||||
|
||||
$g = new GMP();
|
||||
$g = gmp_init(0);
|
||||
$g->{1} = 123;
|
||||
|
||||
$serialized = serialize($g);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue