File tree 1 file changed +5
-7
lines changed
ext/standard/tests/general_functions
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ $strings = array (
99
99
'PHP ' ,
100
100
"abcd \x0n1234 \x0005678 \x0000efgh\xijkl " , // strings with hexadecimal NULL
101
101
"abcd \0efgh \0ijkl \x00mnop \x000qrst \00uvwx \0000yz " , // strings with octal NULL
102
- "1234 \t\n5678 \n\t9100 \r abcda " // strings with escape characters
102
+ "1234 \t\n5678 \n\t9100 \" abcda " // strings with escape characters
103
103
);
104
104
/* calling check_vardump() to display contents of strings
105
105
using var_dump() */
@@ -448,10 +448,9 @@ string(29) "abcd n1234 05678 00efgh\xijkl"
448
448
-- Iteration 13 --
449
449
string(34 ) "abcd efgh ijkl mnop 0 qrst uvwx 0 yz"
450
450
-- Iteration 14 --
451
- string(22 ) "1234
451
+ string(22 ) "1234
452
452
5678
453
- 9100
454
- abcda"
453
+ 9100 "abcda"
455
454
456
455
*** Testing var_dump() on boolean variables ***
457
456
-- Iteration 1 --
@@ -1103,10 +1102,9 @@ array(14) {
1103
1102
[12 ]=>
1104
1103
string(34 ) "abcd efgh ijkl mnop 0 qrst uvwx 0 yz"
1105
1104
[13 ]=>
1106
- string(22 ) "1234
1105
+ string(22 ) "1234
1107
1106
5678
1108
- 9100
1109
- abcda"
1107
+ 9100 "abcda"
1110
1108
}
1111
1109
array(15 ) {
1112
1110
[0 ]=>
You can’t perform that action at this time.
0 commit comments