]> granicus.if.org Git - php/commit
Fixed bug #25494 (array_merge allowing "false" as argument (silent when
authorJay Smith <jay@php.net>
Thu, 11 Sep 2003 17:40:18 +0000 (17:40 +0000)
committerJay Smith <jay@php.net>
Thu, 11 Sep 2003 17:40:18 +0000 (17:40 +0000)
commit6c6fd76bac746e2eb6e75add4641c40e38ad84e9
tree1799c16c4d8d9ec1a31658b37b8842874e77b683
parent5bcc602a7c4cca0b3eda2fc9753275414bf5b1cb
Fixed bug #25494 (array_merge allowing "false" as argument (silent when
non-array is passed))
# 4.3 throws E_NOTICEs, 5 errors out on non-array args as per Ilia's
# suggestion.
ext/standard/array.c