]> granicus.if.org Git - php/commit
Fixed bug #60174 (Notice when array in method prototype error)
authorXinchen Hui <laruence@php.net>
Mon, 31 Oct 2011 03:47:11 +0000 (03:47 +0000)
committerXinchen Hui <laruence@php.net>
Mon, 31 Oct 2011 03:47:11 +0000 (03:47 +0000)
commit725af4c2dd2edb2986041a3b8decb509b66eeabb
tree39cd081dd929fbbb4befa021307c48f0a6e30fba
parentff72c73ce94b962c63a00f5e3e88d5b47c6fc0f6
Fixed bug #60174 (Notice when array in method prototype error)
this should also exists in ext/reflection. since the new warning of "array to string convert" is introduced in zend_make_printable_zval which is used in ext/reflection too
Zend/zend_compile.c