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

index f766e36a4e3e6a145c281a4ab925ec47b6e90c55..81f6516e2a9c826d47102f7594e7484ad4ca43ee 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 --