]> granicus.if.org Git - php/commit
Fixed small leaks in array_map() in case the first parameter is NULL like
authorMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 3 Jan 2003 05:05:12 +0000 (05:05 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Fri, 3 Jan 2003 05:05:12 +0000 (05:05 +0000)
commitf962ba6abb7e8674db6a936f196ea4491eaef17c
treefe289dcf5aad6176a5e8a6884924b37cb7e90f34
parent449029d2df9b3ebcff760c8c980a0c34a4457eeb
Fixed small leaks in array_map() in case the first parameter is NULL like
array_map(NULL, array(...));
ext/standard/array.c