diff options
Diffstat (limited to 'ext/json/tests/bug47644.phpt')
-rw-r--r-- | ext/json/tests/bug47644.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/tests/bug47644.phpt b/ext/json/tests/bug47644.phpt index 85c4858af5..c8650958e8 100644 --- a/ext/json/tests/bug47644.phpt +++ b/ext/json/tests/bug47644.phpt @@ -15,7 +15,7 @@ for ($i = 10000000000000000; $i < 10000000000000006; $i++) { echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- array(1) { [0]=> int(10000000000000000) |