[PHP-DEV] Reflection API and Nullable Types

2016-10-08 Thread Sebastian Bergmann
At some point in time during the development of PHP 7.1 this code function f(?int $x) { } $f = new ReflectionFunction('f'); var_dump((string) $f->getParameters()[0]->getType()); var_dump($f->getParameters()[0]->getType()->getName()); printed string(4) "?int" string(3) "int" an

Re: [PHP-DEV] Regression between RC1 and RC2?

2016-10-08 Thread Xinchen Hui
Hey: On Sun, Oct 9, 2016 at 2:06 AM, Anatol Belski wrote: > Hi, > > > -Original Message- > > From: m...@daveyshafik.com [mailto:m...@daveyshafik.com] On Behalf Of Davey > > Shafik > > Sent: Friday, October 7, 2016 10:05 PM > > To: Nikita Popov > > Cc: Derick Rethans ; PHP Developers Mai

RE: [PHP-DEV] RE: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Fix dba configuration for Windows: ext/dba/config.w32

2016-10-08 Thread Anatol Belski
Hi Christoph, > -Original Message- > From: Anatol Belski [mailto:anatol@belski.net] > Sent: Saturday, August 20, 2016 2:21 AM > To: 'Christoph M. Becker' ; 'PHP Internals' > ; php-...@lists.php.net > Subject: [PHP-DEV] RE: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Fix > dba co

RE: [PHP-DEV] Regression between RC1 and RC2?

2016-10-08 Thread Anatol Belski
Hi, > -Original Message- > From: m...@daveyshafik.com [mailto:m...@daveyshafik.com] On Behalf Of Davey > Shafik > Sent: Friday, October 7, 2016 10:05 PM > To: Nikita Popov > Cc: Derick Rethans ; PHP Developers Mailing List > > Subject: Re: [PHP-DEV] Regression between RC1 and RC2? > > Y