File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -1284,7 +1284,7 @@ PHP_FUNCTION(implode)
1284
1284
pieces = arg1_array ;
1285
1285
} else {
1286
1286
if (arg1_str == NULL ) {
1287
- zend_type_error ("The first argument must be string" );
1287
+ zend_type_error ("The first argument must be a string" );
1288
1288
return ;
1289
1289
}
1290
1290
}
Original file line number Diff line number Diff line change @@ -125,15 +125,15 @@ string(29) "element11.07654321E-9element2"
125
125
-- Iteration 9 --
126
126
string(19) "element10.5element2"
127
127
-- Iteration 10 --
128
- The first argument must be string
128
+ The first argument must be a string
129
129
-- Iteration 11 --
130
- The first argument must be string
130
+ The first argument must be a string
131
131
-- Iteration 12 --
132
- The first argument must be string
132
+ The first argument must be a string
133
133
-- Iteration 13 --
134
- The first argument must be string
134
+ The first argument must be a string
135
135
-- Iteration 14 --
136
- The first argument must be string
136
+ The first argument must be a string
137
137
-- Iteration 15 --
138
138
string(17) "element11element2"
139
139
-- Iteration 16 --
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Warning: Array to string conversion in %s on line %d
41
41
42
42
Warning: Array to string conversion in %s on line %d
43
43
string(27) "ArrayTESTArrayTESTPHPTEST50"
44
- The first argument must be string
44
+ The first argument must be a string
45
45
46
46
Warning: Array to string conversion in %s on line %d
47
47
You can’t perform that action at this time.
0 commit comments