mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.2'
This commit is contained in:
@@ -5,7 +5,7 @@ gmp
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
$g = new GMP();
|
||||
$g = gmp_init(0);
|
||||
$g->{1} = 123;
|
||||
|
||||
$serialized = serialize($g);
|
||||
|
||||
Reference in New Issue
Block a user