diff options
| author | Jani Taskinen <jani@php.net> | 2007-10-01 12:05:41 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-10-01 12:05:41 +0000 |
| commit | b34fcd4791c47a0dbb97522d7f88f734e93f70d4 (patch) | |
| tree | 638680b49221c397cd6d3dfe6b6ae62a8de1ea5f /ext/standard/tests/strings/join_error.phpt | |
| parent | 0625e266cd1da156afb59711aaa9b3c758b3fa9e (diff) | |
| download | php-git-b34fcd4791c47a0dbb97522d7f88f734e93f70d4.tar.gz | |
MFH: Fixed bug #42789
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 |
