diff options
Diffstat (limited to 'ext/standard/tests/strings/join_error.phpt')
| -rw-r--r-- | ext/standard/tests/strings/join_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/join_error.phpt b/ext/standard/tests/strings/join_error.phpt index a759e1e86a..aa6bdc2306 100644 --- a/ext/standard/tests/strings/join_error.phpt +++ b/ext/standard/tests/strings/join_error.phpt @@ -1,5 +1,5 @@ --TEST-- -Test join() function : error conditions(Bug#42789) +Test join() function: error conditions --FILE-- <?php /* Prototype : string join( string $glue, array $pieces ) @@ -45,6 +45,6 @@ NULL -- Testing join() with less than expected no. of arguments -- -Warning: join(): Argument to implode must be an array in %s on line %d +Warning: join(): Argument must be an array in %s on line %d NULL Done |
