]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Thu, 20 Nov 2008 13:31:34 +0000 (13:31 +0000)
committerFelipe Pena <felipe@php.net>
Thu, 20 Nov 2008 13:31:34 +0000 (13:31 +0000)
ext/ereg/tests/ereg_replace_variation_002.phpt
ext/ereg/tests/eregi_replace_variation_002.phpt

index 2dd3de9313daa4e5eeb12a1bb5d10710c9d94c8a..084378135bfbf13ad0dde3d0ce9f9ab52536a3ec 100644 (file)
@@ -110,7 +110,7 @@ string(8) "h%F6o%21"
 
 Arg value 101234567000 
 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
-string(8) "h%FFo%21"
+string(%d) "h%so%21"
 
 Arg value 1.07654321E-9 
 Error: 8192 - Function ereg_replace() is deprecated, %s(74)
index 5755b74f4120cdb9277a7c4db5d26e3ec2fb7db3..4bac48b7c15c5594c65258fc13a80a506aaed23a 100644 (file)
@@ -110,7 +110,7 @@ string(8) "h%F6o%21"
 
 Arg value 101234567000 
 Error: 8192 - Function eregi_replace() is deprecated, %s(74)
-string(8) "h%FFo%21"
+string(%d) "h%so%21"
 
 Arg value 1.07654321E-9 
 Error: 8192 - Function eregi_replace() is deprecated, %s(74)