]> granicus.if.org Git - php/commitdiff
Fix test after the convert_to_long be improved, see #64290
authorXinchen Hui <laruence@php.net>
Sun, 3 Mar 2013 03:13:52 +0000 (11:13 +0800)
committerXinchen Hui <laruence@php.net>
Sun, 3 Mar 2013 03:13:52 +0000 (11:13 +0800)
ext/standard/tests/strings/vprintf_variation15_64bit.phpt
ext/standard/tests/strings/vsprintf_variation15_64bit.phpt

index 226f17572b5ce9ad13f070abe153c612e44d7348..0475d12e69c9da2707269bdda6c6e62bdef2a195 100644 (file)
@@ -62,8 +62,8 @@ int(16)
 int(24)
 
 -- Iteration 3 --
-   1234000 0          120
-int(25)
+   1234000 3875820019684212736 120
+int(34)
 
 -- Iteration 4 --
 #1 0 $0 10
index 3af1738e564d89d0ca155804a9e9d18937da0a71..af55ce966fcacf03a228157cc4d0dde44e926d1f 100644 (file)
@@ -58,7 +58,7 @@ string(16) "1234567 342391 0"
 string(24) "12345678900 u 1234 12345"
 
 -- Iteration 3 --
-string(25) "   1234000 0          120"
+string(34) "   1234000 3875820019684212736 120"
 
 -- Iteration 4 --
 string(10) "#1 0 $0 10"