diff options
author | Stanislav Malyshev <stas@php.net> | 2011-10-21 06:08:47 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2011-10-21 06:08:47 +0000 |
commit | ed12ebc79c6ce6947f29b09706b73a6d546fb7c7 (patch) | |
tree | adc6893cc44e56c0313dea57d9c21acdf95abe74 /ext/calendar | |
parent | c34ef627734ec5b3b1c32556f2641e51764a343a (diff) | |
download | php-git-ed12ebc79c6ce6947f29b09706b73a6d546fb7c7.tar.gz |
Changed silent conversion of array to string to produce a notice. (Patrick)
Diffstat (limited to 'ext/calendar')
-rw-r--r-- | ext/calendar/tests/jdtomonthname.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/calendar/tests/jdtomonthname.phpt b/ext/calendar/tests/jdtomonthname.phpt index 5dc3307428..5c552474bd 100644 --- a/ext/calendar/tests/jdtomonthname.phpt +++ b/ext/calendar/tests/jdtomonthname.phpt @@ -52,7 +52,9 @@ string(0) "" string(0) "" string(0) "" -=== Array +=== +Notice: Array to string conversion in %sjdtomonthname.php on line %d +Array Warning: jdmonthname() expects parameter 1 to be long, array given in %s on line %d bool(false) |