[PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo André dos Santos Lopes
cataphract Tue, 26 Oct 2010 15:01:36 + Revision: http://svn.php.net/viewvc?view=revisionrevision=304920 Log: - Added ReflectionParameter::canBePassedByValue(). Changed paths: U php/php-src/trunk/UPGRADING U

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Pierre Joye
hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the logic/reasoning behind this addition? Cheers, 2010/10/26 Gustavo André dos Santos

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/reflection/php_reflection.c ext/reflection/tests/ReflectionParameter_canBePassedByValue.phpt

2010-10-26 Thread Gustavo Lopes
On Tue, 26 Oct 2010 17:41:30 +0100, Pierre Joye pierre@gmail.com wrote: hi Gustavo, I'm not sure it makes sense to add a method to do the opposite of ::isPassedByReference. I'm also not sure about ZEND_SEND_PREFER_REF being considered as by value in your implementation. What is the