]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Wed, 21 Jan 2009 12:50:10 +0000 (12:50 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 21 Jan 2009 12:50:10 +0000 (12:50 +0000)
ext/standard/tests/strings/printf_64bit.phpt
ext/standard/tests/strings/sprintf_variation52.phpt

index b76911ab3ef51e385357d8dc69e7d1d79a6af183..e2e8b22739847371b83a13625ce6dce9b6dd7dfe 100755 (executable)
@@ -669,6 +669,8 @@ Array
 %
 
 *** Output for precision value more than maximum ***
+
+Notice: printf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s on line %d
 12345678900.0000000000000000000000000000000000000000
 
 *** Output for invalid width(-15) specifier ***
index 9ca598527a034c0e39ca41ca0a1fc48479dde6b8..6155c9ec5187ceec910f6a51f53e07cc8eaf9418 100644 (file)
@@ -46,6 +46,8 @@ string(15) "%12345678900.00"
 string(1) "%"
 
 -- Testing for precision value more than maximum --
+
+Notice: sprintf(): Requested precision of 988 digits was truncated to PHP maximum of %d digits in %s on line %d
 string(52) "12345678900.0000000000000000000000000000000000000000"
 
 -- Testing for invalid width(-15) specifier --