1
0
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:
George Peter Banyard
2022-12-23 16:29:39 +00:00

View File

@@ -5,7 +5,7 @@ gmp
--FILE--
<?php
$g = new GMP();
$g = gmp_init(0);
$g->{1} = 123;
$serialized = serialize($g);