mirror of
https://github.com/php/php-src.git
synced 2024-12-15 21:05:51 +08:00
fix tests
This commit is contained in:
parent
99695744ac
commit
a09eadc95b
@ -58,7 +58,7 @@ Ucwords"
|
||||
-- Iteration 6 --
|
||||
string(16) "Testing\nucwords"
|
||||
-- Iteration 7 --
|
||||
string(16) "Testing\vucwords"
|
||||
string(15) "TestingUcwords"
|
||||
-- Iteration 8 --
|
||||
string(16) "Testing\vucwords"
|
||||
-- Iteration 9 --
|
||||
@ -81,5 +81,5 @@ Ucwords"
|
||||
-- Iteration 17 --
|
||||
string(16) "Testing\fucwords"
|
||||
-- Iteration 18 --
|
||||
string(16) "Testing\fucwords"
|
||||
string(15) "TestingUcwords"
|
||||
Done
|
||||
|
@ -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.withDifferentWhiteSpaces"
|
||||
-- Iteration 5 --
|
||||
string(53) "12sting 123string 4567
|
||||
String 123string
|
||||
@ -96,4 +96,3 @@ string(108) "It's Bright,but I Cann't See It.
|
||||
'things In Single Quote'
|
||||
This\line Is /with\slashs"
|
||||
Done
|
||||
|
||||
|
@ -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) "TestingUcwords 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) "UsingVerticalTab"
|
||||
-- Iteration 21 --
|
||||
string(20) "Using\vvertical\vtab"
|
||||
-- Iteration 22 --
|
||||
|
Loading…
Reference in New Issue
Block a user