From: Xinchen Hui Date: Thu, 17 Mar 2016 09:06:56 +0000 (+0800) Subject: Fixed test script X-Git-Tag: php-5.6.21RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d4aec029a06140eac8f57e8b3daa06aee43e145;p=php Fixed test script --- diff --git a/ext/gmp/tests/serialize.phpt b/ext/gmp/tests/serialize.phpt index 208e0e9800..5e308fa14e 100644 --- a/ext/gmp/tests/serialize.phpt +++ b/ext/gmp/tests/serialize.phpt @@ -18,7 +18,7 @@ try { } catch (Exception $e) { var_dump($e->getMessage()); } try { - unserialize('C:3:"GMP":8:{s:2:"42"}'); + unserialize('C:3:"GMP":8:{s:2:"42";}'); } catch (Exception $e) { var_dump($e->getMessage()); } ?>