]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Mon, 10 Sep 2007 10:33:00 +0000 (10:33 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 10 Sep 2007 10:33:00 +0000 (10:33 +0000)
ext/standard/tests/strings/ucwords_basic.phpt
ext/standard/tests/strings/ucwords_variation2.phpt
ext/standard/tests/strings/ucwords_variation4.phpt

index ba4264d1c2365d2c26fa0d2e36d931f079a313ff..c3c54259b8b7fcb28413af2c11c29ae72ebe6024 100644 (file)
@@ -57,7 +57,7 @@ Ucwords"
 -- Iteration 6 --
 string(16) "Testing\nucwords"
 -- Iteration 7 --
-string(16) "Testing\vucwords"
+string(15) "Testing\vUcwords"
 -- Iteration 8 --
 string(16) "Testing\vucwords"
 -- Iteration 9 --
@@ -80,7 +80,7 @@ Ucwords"
 -- Iteration 17 --
 string(16) "Testing\fucwords"
 -- Iteration 18 --
-string(16) "Testing\fucwords"
+string(15) "Testing\fUcwords"
 Done
 --UEXPECTF--
 *** Testing ucwords() : basic functionality ***
@@ -98,7 +98,7 @@ Ucwords"
 -- Iteration 6 --
 unicode(16) "Testing\nucwords"
 -- Iteration 7 --
-unicode(16) "Testing\vucwords"
+unicode(15) "Testing\vUcwords"
 -- Iteration 8 --
 unicode(16) "Testing\vucwords"
 -- Iteration 9 --
@@ -121,5 +121,5 @@ Ucwords"
 -- Iteration 17 --
 unicode(16) "Testing\fucwords"
 -- Iteration 18 --
-unicode(16) "Testing\fucwords"
+unicode(15) "Testing\fUcwords"
 Done
index 9301cb442cdad5c30e8fbb710d110e43752afc12..b3b0b31eb72a9475806758ee1fd3441f6916398f 100644 (file)
@@ -80,11 +80,11 @@ string(52) "Testing Ucword() With
 Multiline String Using
 Heredoc"
 -- Iteration 4 --
-string(96) "Testing
+string(93) "Testing
 Ucword(str)    With
 Multiline   String             Using
 Heredoc
-String.with\vdifferent\fwhite\vspaces"
+String.with\vDifferent\fWhite\vSpaces"
 -- Iteration 5 --
 string(53) "12sting 123string 4567
 String 123string
@@ -107,11 +107,11 @@ unicode(52) "Testing Ucword() With
 Multiline String Using
 Heredoc"
 -- Iteration 4 --
-unicode(96) "Testing
+unicode(93) "Testing
 Ucword(str)    With
 Multiline   String             Using
 Heredoc
-String.with\vdifferent\fwhite\vspaces"
+String.with\vDifferent\fWhite\vSpaces"
 -- Iteration 5 --
 unicode(53) "12sting 123string 4567
 String 123string
index 231487ca4a7726a0dde7486af1171d6f7b1f5146..8a78db816aea3f7912d2e393ec5339164ad6df2c 100644 (file)
@@ -97,7 +97,7 @@ Ucwords Testing Ucwords"
 -- Iteration 15 --
 string(32) "Testing\rucwords Testing Ucwords"
 -- Iteration 16 --
-string(36) "Testing\fucwords \f Testing 
+string(34) "Testing\fUcwords \f Testing 
 Ucwords"
 -- Iteration 17 --
 string(36) "Testing\fucwords \f Testing 
@@ -111,7 +111,7 @@ Ucwords
 -- Iteration 19 --
 string(39) "\ntesting\nucwords\n Testing \n Ucwords"
 -- Iteration 20 --
-string(20) "Using\vvertical\vtab"
+string(18) "Using\vVertical\vTab"
 -- Iteration 21 --
 string(20) "Using\vvertical\vtab"
 -- Iteration 22 --
@@ -157,7 +157,7 @@ Ucwords Testing Ucwords"
 -- Iteration 15 --
 unicode(32) "Testing\rucwords Testing Ucwords"
 -- Iteration 16 --
-unicode(36) "Testing\fucwords \f Testing 
+unicode(34) "Testing\fUcwords \f Testing 
 Ucwords"
 -- Iteration 17 --
 unicode(36) "Testing\fucwords \f Testing 
@@ -171,7 +171,7 @@ Ucwords
 -- Iteration 19 --
 unicode(39) "\ntesting\nucwords\n Testing \n Ucwords"
 -- Iteration 20 --
-unicode(20) "Using\vvertical\vtab"
+unicode(18) "Using\vVertical\vTab"
 -- Iteration 21 --
 unicode(20) "Using\vvertical\vtab"
 -- Iteration 22 --