]> granicus.if.org Git - php/commit
Fix #70303: Incorrect constructor reflection for ArrayObject
authorChristoph M. Becker <cmb@php.net>
Wed, 19 Aug 2015 14:22:04 +0000 (16:22 +0200)
committerChristoph M. Becker <cmb@php.net>
Wed, 19 Aug 2015 14:23:16 +0000 (16:23 +0200)
commit484b92919bd3b06f3eae845bc1a592da58bef64e
treeef4fafe662db0fc2dab7aeedd92dcbfe7b5c66a3
parentb584b513983319be170f02828bc7c12850b40320
Fix #70303: Incorrect constructor reflection for ArrayObject

The first parameter of ArrayObject::__construct() is optional. Reflection
should reflect this.
ext/spl/spl_array.c
ext/spl/tests/bug70303.phpt [new file with mode: 0644]