]> granicus.if.org Git - php/commit
Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this...
authorDmitry Stogov <dmitry@php.net>
Fri, 10 Oct 2008 15:19:22 +0000 (15:19 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 10 Oct 2008 15:19:22 +0000 (15:19 +0000)
commita54d8e5d0845cd7230ca4a43eb37c9c49aa3859f
tree5e323c7f606cd97abd85ca0d1bd5317aaa354f5b
parentcdeea98d3721d93f2f7a6fd21c17f23c318855a2
Fixed bug #46246 (difference between call_user_func(array($this, $method)) and $this->$method())
Zend/tests/bug46246.phpt [new file with mode: 0644]
Zend/zend_API.c