Re: [PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Laruence
On Tue, Oct 23, 2012 at 4:46 PM, Stas Malyshev wrote: > Hi! > >> +class Base { >> +const DUMMY = "XXX"; >> +public function foo($var=TEST, $more=null) { return true; } >> +public function bar($var, $more=self::DUMMY) { return true; } >> +} >> + >> +class Child extends Base { >> +co

Re: [PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Stas Malyshev
Hi! > +class Base { > +const DUMMY = "XXX"; > +public function foo($var=TEST, $more=null) { return true; } > +public function bar($var, $more=self::DUMMY) { return true; } > +} > + > +class Child extends Base { > +const DUMMY = "DDD"; > +public function foo($var=TEST) { return

[PHP-CVS] com php-src: Test for #63336, xfail now: Zend/tests/bug63336.phpt

2012-10-23 Thread Xinchen Hui
Commit:0b8b26410797921eaa44583273db938a15b7e837 Author:Xinchen Hui Tue, 23 Oct 2012 16:35:56 +0800 Parents: 74228c515197c8a3bda878a077d30c9b14482eb2 Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0b8b26410797921eaa44583273db938a15b7e837 Log: T