indeyets Wed, 15 Jul 2009 14:08:18 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284122
Changed paths:
UU
php/php-src/trunk/ext/standard/tests/array/array_intersect_assoc_variation4.phpt
UU
php/php-src/trunk/ext/standard/tests/array/array_intersect_variation3.phpt
UU
php/php-src/trunk/ext/standard/tests/array/array_unique_variation2.phpt
UU php/php-src/trunk/ext/standard/tests/array/asort_variation5.phpt
UU php/php-src/trunk/ext/standard/tests/array/krsort_variation5.phpt
UU php/php-src/trunk/ext/standard/tests/file/bug39538.phpt
UU php/php-src/trunk/ext/standard/tests/file/fgetss_variation2.phpt
UU
php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
UU php/php-src/trunk/ext/standard/tests/general_functions/print_r.phpt
UU php/php-src/trunk/ext/standard/tests/general_functions/var_dump.phpt
UU php/php-src/trunk/ext/standard/tests/strings/addcslashes_001.phpt
UU php/php-src/trunk/ext/standard/tests/strings/chop_basic.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation7.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation9.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
UU php/php-src/trunk/ext/standard/tests/strings/nl2br.phpt
UU php/php-src/trunk/ext/standard/tests/strings/nl2br_variation1.phpt
UU php/php-src/trunk/ext/standard/tests/strings/nl2br_variation3.phpt
UU php/php-src/trunk/ext/standard/tests/strings/nl2br_variation4.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/str_split_variation3.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/str_split_variation5.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation5.phpt
UU
php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation9.phpt
UU php/php-src/trunk/ext/standard/tests/strings/strlen.phpt
UU php/php-src/trunk/ext/standard/tests/strings/strrchr_variation5.phpt
UU php/php-src/trunk/ext/standard/tests/strings/strrev_variation1.phpt
UU php/php-src/trunk/ext/standard/tests/strings/strtr_variation3.phpt
UU php/php-src/trunk/ext/standard/tests/strings/ucwords_basic.phpt
UU php/php-src/trunk/ext/standard/tests/strings/ucwords_variation2.phpt
UU php/php-src/trunk/ext/standard/tests/strings/ucwords_variation4.phpt
Log:
fix tests corrupted by svn's eol-style=native
Modified: php/php-src/trunk/ext/standard/tests/array/array_intersect_assoc_variation4.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/array/array_intersect_assoc_variation4.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/array/array_intersect_assoc_variation4.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -156,7 +156,7 @@
-- Iteration 8 --
array(1) {
[u"h3"]=>
- unicode(88) "hello
+ unicode(88) "hello
world
1111 != 2222
heredoc
@@ -164,7 +164,7 @@
}
array(1) {
[u"h3"]=>
- unicode(88) "hello
+ unicode(88) "hello
world
1111 != 2222
heredoc
Property changes on: php/php-src/trunk/ext/standard/tests/array/array_intersect_assoc_variation4.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/array/array_intersect_variation3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/array/array_intersect_variation3.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/array/array_intersect_variation3.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -154,12 +154,12 @@
-- Iterator 6 --
array(1) {
[1]=>
- unicode(5) "aaaa
+ unicode(5) "aaaa
"
}
array(1) {
[1]=>
- unicode(5) "aaaa
+ unicode(5) "aaaa
"
}
-- Iterator 7 --
@@ -174,7 +174,7 @@
-- Iterator 8 --
array(2) {
[2]=>
- unicode(88) "hello
+ unicode(88) "hello
world
1111 != 2222
heredoc
@@ -188,7 +188,7 @@
}
array(2) {
[2]=>
- unicode(88) "hello
+ unicode(88) "hello
world
1111 != 2222
heredoc
Property changes on: php/php-src/trunk/ext/standard/tests/array/array_intersect_variation3.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/array/array_unique_variation2.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/array/array_unique_variation2.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/array/array_unique_variation2.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -116,7 +116,7 @@
[0]=>
%unicode|string%(3) "a"
[1]=>
- %unicode|string%(5) "aaaa
+ %unicode|string%(5) "aaaa
"
[2]=>
%unicode|string%(1) "b"
@@ -145,7 +145,7 @@
the lazy dog
This is a double quoted string"
[%b|u%"h3"]=>
- %unicode|string%(88) "hello
+ %unicode|string%(88) "hello
world
1111 != 2222
heredoc
Property changes on: php/php-src/trunk/ext/standard/tests/array/array_unique_variation2.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/array/asort_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/array/asort_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/array/asort_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -80,9 +80,9 @@
unicode(1) ""
[u""]=>
unicode(1) ""
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u"\a"]=>
unicode(2) "\a"
@@ -112,9 +112,9 @@
unicode(1) ""
[u""]=>
unicode(1) ""
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u"\a"]=>
unicode(2) "\a"
@@ -144,9 +144,9 @@
unicode(1) ""
[u""]=>
unicode(1) ""
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u"\a"]=>
unicode(2) "\a"
Property changes on: php/php-src/trunk/ext/standard/tests/array/asort_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/array/krsort_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/array/krsort_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/array/krsort_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -76,9 +76,9 @@
unicode(3) "\cx"
[u"\a"]=>
unicode(2) "\a"
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u""]=>
unicode(1) ""
@@ -106,9 +106,9 @@
unicode(3) "\cx"
[u"\a"]=>
unicode(2) "\a"
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u""]=>
unicode(1) ""
@@ -136,9 +136,9 @@
unicode(3) "\cx"
[u"\a"]=>
unicode(2) "\a"
- [u"
+ [u"
"]=>
- unicode(1) "
+ unicode(1) "
"
[u""]=>
unicode(1) ""
Property changes on: php/php-src/trunk/ext/standard/tests/array/krsort_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/file/bug39538.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/bug39538.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/file/bug39538.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -32,10 +32,10 @@
Array
(
[0] =>
-
+
this is an test
[1] => next data
[2] => p
-
+
arsed
)
Property changes on: php/php-src/trunk/ext/standard/tests/file/bug39538.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/file/fgetss_variation2.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/file/fgetss_variation2.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/file/fgetss_variation2.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -113,7 +113,7 @@
int(342)
bool(false)
-- Line 8 --
-string(41) "this is the text containing
+string(41) "this is the text containing
character
"
int(383)
@@ -174,7 +174,7 @@
int(342)
bool(false)
-- Line 8 --
-string(41) "this is the text containing
+string(41) "this is the text containing
character
"
int(383)
@@ -235,7 +235,7 @@
int(342)
bool(false)
-- Line 8 --
-unicode(41) "this is the text containing
+unicode(41) "this is the text containing
character
"
int(383)
@@ -296,7 +296,7 @@
int(342)
bool(false)
-- Line 8 --
-string(41) "this is the text containing
+string(41) "this is the text containing
character
"
int(383)
@@ -357,7 +357,7 @@
int(342)
bool(false)
-- Line 8 --
-string(41) "this is the text containing
+string(41) "this is the text containing
character
"
int(383)
@@ -418,7 +418,7 @@
int(342)
bool(false)
-- Line 8 --
-unicode(41) "this is the text containing
+unicode(41) "this is the text containing
character
"
int(383)
Property changes on: php/php-src/trunk/ext/standard/tests/file/fgetss_variation2.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -218,11 +218,11 @@
-- Iteration 38 --
unicode(34) "1234
5678
- 9100
+ 9100
abcda 00cdeh stuv" { 0031 0032 0033 0034 0009 000a 0035 0036 0037 0038 000a 0009 0039 0031 0030 0030 000d 0061 0062 0063 0064 0061 0000 0030 0030 0063 0064 0065 0068 0000 0073 0074 0075 0076 } refcount(3)
&unicode(34) "1234
5678
- 9100
+ 9100
abcda 00cdeh stuv" { 0031 0032 0033 0034 0009 000a 0035 0036 0037 0038 000a 0009 0039 0031 0030 0030 000d 0061 0062 0063 0064 0061 0000 0030 0030 0063 0064 0065 0068 0000 0073 0074 0075 0076 } refcount(2)
-- Iteration 39 --
bool(true) refcount(3)
Property changes on: php/php-src/trunk/ext/standard/tests/general_functions/debug_zval_dump_b.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/general_functions/print_r.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/print_r.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/general_functions/print_r.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -626,15 +626,15 @@
-- Iteration 14 --
1234
5678
- 9100
+ 9100
abcda
1234
5678
- 9100
+ 9100
abcda
1234
5678
- 9100
+ 9100
abcda
*** Testing print_r() on boolean variables ***
Property changes on: php/php-src/trunk/ext/standard/tests/general_functions/print_r.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/general_functions/var_dump.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/general_functions/var_dump.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/general_functions/var_dump.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -462,7 +462,7 @@
-- Iteration 14 --
unicode(22) "1234
5678
- 9100
+ 9100
abcda"
*** Testing var_dump() on boolean variables ***
@@ -1303,7 +1303,7 @@
[13]=>
unicode(22) "1234
5678
- 9100
+ 9100
abcda"
}
array(15) {
Property changes on: php/php-src/trunk/ext/standard/tests/general_functions/var_dump.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/addcslashes_001.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/addcslashes_001.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/addcslashes_001.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -38,50 +38,50 @@
*** Testing addcslashes() for basic operations ***
-- Iteration 1 --
string(36) "goodyear12345NULL truefalse\a\b
-
+
"
-- Iteration 2 --
string(37) "goodyear1\2345NULL truefalse\a\b
-
+
"
-- Iteration 3 --
Notice: Array to string conversion in %s on line %d
string(42) "good\ye\a\r12345NULL t\ruef\alse\\a\b
-
+
"
-- Iteration 4 --
string(39) "goodye\ar12345NULL truef\alse\\a\b
-
+
"
-- Iteration 5 --
string(39) "goodyear12345NULL\000truefalse\a\b
-
+
"
-- Iteration 6 --
-string(37) "goodyear12345NULL truefalse\a\b\n
+string(37) "goodyear12345NULL truefalse\a\b\n
"
-- Iteration 7 --
string(37) "goodyear12345NULL truefalse\a\b
\r "
-- Iteration 8 --
string(37) "goodyear12345NULL truefalse\a\b
-
+
\t"
-- Iteration 9 --
string(41) "goodye\ar12345NULL truef\alse\\\a\\b
-
+
"
-- Iteration 10 --
string(37) "goodyear12345NULL truefalse\a\v\b
-
+
"
-- Iteration 11 --
string(39) "goodyear12345NULL truefalse\\a\\\b
-
+
"
-- Iteration 12 --
string(37) "goodyear12345NULL truefalse\a\f\b
-
+
"
Done
Property changes on: php/php-src/trunk/ext/standard/tests/strings/addcslashes_001.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/chop_basic.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/chop_basic.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/chop_basic.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -32,9 +32,9 @@
*** Testing chop() : basic functionality ***
unicode(11) "hello world"
unicode(16) "hello world
-
+
"
unicode(18) "hello world
-
+
"
Done
Property changes on: php/php-src/trunk/ext/standard/tests/strings/chop_basic.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation7.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation7.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation7.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -55,7 +55,7 @@
-- Iteration 5 --
unicode(59) "This ????conta????ins @???? # $ ????% ^ &???? char????s????"
-- Iteration 6 --
-unicode(70) "This ????strin????g con????tains????
+unicode(70) "This ????strin????g con????tains????
whit????e spa????ce
ch????ars????"
-- Iteration 7 --
Property changes on: php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation7.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation9.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation9.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation9.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -76,16 +76,16 @@
ng
"
-- Iteration 7 --
-unicode(66) "This i
-s to t
-est ch
-unk_sp
-lit()
-with v
-arious
- endin
-g stri
-ng
+unicode(66) "This i
+s to t
+est ch
+unk_sp
+lit()
+with v
+arious
+ endin
+g stri
+ng
"
-- Iteration 8 --
unicode(76) "This i
Property changes on: php/php-src/trunk/ext/standard/tests/strings/chunk_split_variation9.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -83,7 +83,7 @@
1111 & 0000 = 0000
"This is a double quoted string""
-- Iteration 4 --
-unicode(130) "<html>Roy's height
+unicode(130) "<html>Roy's height
> Sam 's height
1111 & 0000 = 0000
" heredoc
Property changes on: php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation3.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -43,16 +43,16 @@
unicode(84) "Roy's height > Sam's $height... 1111 ≈ 0000 = 0000... " double quote string ""
-- Iteration 2 --
unicode(82) "Roy's height > Sam's height... 13 < 15...
-
+
" double quote string ""
unicode(82) "Roy's height > Sam's height... 13 < 15...
-
+
" double quote string ""
unicode(92) "Roy's height > Sam's height... 13 < 15...
-
+
" double quote string ""
unicode(72) "Roy's height > Sam's height... 13 < 15...
-
+
" double quote string ""
-- Iteration 3 --
unicode(44) "
@@ -64,17 +64,17 @@
unicode(34) "
Roy's height > ; Sam's height"
-- Iteration 4 --
-unicode(44) "
- Roy's height >
+unicode(44) "
+ Roy's height >
; Sam 's height"
-unicode(44) "
- Roy's height >
+unicode(44) "
+ Roy's height >
; Sam 's height"
-unicode(44) "
- Roy's height >
+unicode(44) "
+ Roy's height >
; Sam 's height"
-unicode(34) "
- Roy's height >
+unicode(34) "
+ Roy's height >
; Sam 's height"
-- Iteration 5 --
unicode(30) "
Property changes on: php/php-src/trunk/ext/standard/tests/strings/htmlspecialchars_decode_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/nl2br.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/nl2br.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/nl2br.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -23,38 +23,38 @@
"
unicode(7) "<br />
"
-unicode(7) "<br />
+unicode(7) "<br />
"
unicode(8) "<br />
-
+
"
unicode(44) "<br />
-
+
<br />
-<br />
-<br />
-<br />
-<br />
+<br />
+<br />
+<br />
+<br />
"
unicode(47) "<br />
-
+
<br />
<br />
-
+
<br />
-
+
<br />
<br />
"
unicode(66) "<br />
-
+
<br />
<br />
<br />
<br />
-
+
+<br />
+<br />
<br />
-<br />
-<br />
-<br />
+<br />
"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/nl2br.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation1.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/nl2br_variation1.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/nl2br_variation1.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -56,12 +56,12 @@
World<br />
"
-- Iteration 3 --
-unicode(17) "Hello<br />
+unicode(17) "Hello<br />
World"
-- Iteration 4 --
-unicode(31) "<br />
-Hello<br />
-World<br />
+unicode(31) "<br />
+Hello<br />
+World<br />
"
-- Iteration 5 --
unicode(18) "Hello<br />
Property changes on: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation1.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/nl2br_variation3.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/nl2br_variation3.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -38,9 +38,9 @@
*** Testing nl2br() : usage variations ***
unicode(147) "<br />
<br />
-
+
<br />
-
+
<br />
<br />
<br />
@@ -48,18 +48,18 @@
<br />
<br />
n<br />
-
-rr<br />
-<br />
-<br />
+
+rr<br />
+<br />
+<br />
r<br />
<br />
-
+
<br />
-
+
<br />
<br />
-r<br />
+r<br />
n"
unicode(118) "Hello<br />
World<br />
@@ -68,8 +68,8 @@
ew lines<br />
like <br />
<br />
+ <br />
<br />
- <br />
-
+
and etc"
Done
Property changes on: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation3.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation4.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/nl2br_variation4.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/nl2br_variation4.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -34,10 +34,10 @@
unicode(19) "<html><br /></html>"
unicode(45) "<html><br />
Hello<br />
-world<br />
+world<br />
</html>"
unicode(37) "<html><br />
<br />
- <br />
+ <br />
</html>"
Done
Property changes on: php/php-src/trunk/ext/standard/tests/strings/nl2br_variation4.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/str_split_variation3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/str_split_variation3.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/str_split_variation3.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -86,7 +86,7 @@
[1]=>
unicode(7) "contain"
[2]=>
- unicode(7) "s
+ unicode(7) "s
white"
[3]=>
unicode(7) " space
Property changes on: php/php-src/trunk/ext/standard/tests/strings/str_split_variation3.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/str_split_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/str_split_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/str_split_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -150,7 +150,7 @@
unicode(10) "it()
Escap"
[3]=>
- unicode(7) "e
+ unicode(7) "e
chars"
}
-- Iteration 8 --
Property changes on: php/php-src/trunk/ext/standard/tests/strings/str_split_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -89,7 +89,7 @@
This is a double quoted string"
-- Iteration 4 --
-unicode(44) "<html>hello
+unicode(44) "<html>hello
world
1111 != 2222</html>
"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation9.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation9.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation9.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -41,7 +41,7 @@
-- Iteration 1 --
unicode(50) "<html> $ -> This represents the dollar sign</html>"
-- Iteration 2 --
-unicode(59) "<html>
+unicode(59) "<html>
The quick brown fox jumped over the lazy dog</p>"
-- Iteration 3 --
unicode(31) "<a>This is a hyper text tag</a>"
@@ -50,7 +50,7 @@
-- Iteration 5 --
unicode(26) "<p>This is a paragraph</p>"
-- Iteration 6 --
-unicode(62) "<b>This is a text in bold letters
+unicode(62) "<b>This is a text in bold letters
\s\malong with slashes
</b>"
Done
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strip_tags_variation9.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strlen.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strlen.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strlen.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -175,7 +175,7 @@
String length of 'Hello, World\0' is => int(14)
String length of 'Hello, World
' is => int(13)
-String length of 'Hello, World
+String length of 'Hello, World
' is => int(13)
String length of 'Hello, World ' is => int(13)
String length of 'Hello, World\' is => int(13)
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strlen.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strrchr_variation5.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strrchr_variation5.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strrchr_variation5.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -39,15 +39,15 @@
?>
--EXPECT--
*** Testing strrchr() function: with heredoc strings ***
-unicode(33) " st
-
-ch
+unicode(33) " st
+
+ch
using
\escape \seque
ce"
unicode(9) "\seque
ce"
-unicode(25) "
+unicode(25) "
using
\escape \seque
ce"
@@ -55,9 +55,9 @@
ce"
unicode(3) "
ce"
-unicode(33) " st
-
-ch
+unicode(33) " st
+
+ch
using
\escape \seque
ce"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strrchr_variation5.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strrev_variation1.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strrev_variation1.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strrev_variation1.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -79,7 +79,7 @@
unicode(23) "verrts gnitset gnitset "
-- Iteration 4 --
-unicode(29) "verrts gnitset verrts
+unicode(29) "verrts gnitset verrts
gnitset"
-- Iteration 5 --
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strrev_variation1.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/strtr_variation3.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/strtr_variation3.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/strtr_variation3.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -69,7 +69,7 @@
*** Testing strtr() : string containing escape sequences for 'str' arg ***
-- Iteration 1 --
unicode(9) "SesSTsttE"
-unicode(9) " es \stt
+unicode(9) " es \stt
"
-- Iteration 2 --
unicode(12) "TtestTTstrtr"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/strtr_variation3.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/ucwords_basic.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/ucwords_basic.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/ucwords_basic.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -75,7 +75,7 @@
-- Iteration 15 --
unicode(16) "Testing\rucwords"
-- Iteration 16 --
-unicode(15) "Testing
+unicode(15) "Testing
Ucwords"
-- Iteration 17 --
unicode(16) "Testing\fucwords"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/ucwords_basic.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/ucwords_variation2.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/ucwords_variation2.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/ucwords_variation2.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -80,14 +80,14 @@
Multiline String Using
Heredoc"
-- Iteration 4 --
-unicode(93) "Testing
+unicode(93) "Testing
Ucword(str) With
Multiline String Using
Heredoc
String.withDifferentWhiteSpaces"
-- Iteration 5 --
unicode(53) "12sting 123string 4567
-String 123string
+String 123string
12 Test
5test"
-- Iteration 6 --
Property changes on: php/php-src/trunk/ext/standard/tests/strings/ucwords_variation2.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
Modified: php/php-src/trunk/ext/standard/tests/strings/ucwords_variation4.phpt
===================================================================
--- php/php-src/trunk/ext/standard/tests/strings/ucwords_variation4.phpt 2009-07-15 13:55:39 UTC (rev 284121)
+++ php/php-src/trunk/ext/standard/tests/strings/ucwords_variation4.phpt 2009-07-15 14:08:18 UTC (rev 284122)
@@ -92,7 +92,7 @@
-- Iteration 13 --
unicode(26) "\ttesting\ttesting Ucwords"
-- Iteration 14 --
-unicode(31) "Testing
+unicode(31) "Testing
Ucwords Testing Ucwords"
-- Iteration 15 --
unicode(32) "Testing\rucwords Testing Ucwords"
Property changes on: php/php-src/trunk/ext/standard/tests/strings/ucwords_variation4.phpt
___________________________________________________________________
Deleted: svn:eol-style
- native
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php