Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-11 Thread Richard Quadling
On 8 May 2010 20:20, Daniel Convissor wrote: > Hi Folks: > > On Wed, May 05, 2010 at 10:31:15AM +0200, Hannes Magnusson wrote: >> >> None of our docs mention this (see intl and mysqli for example). >> >> It is clearly expected behavior and is documented in the oo chapters. > > Just because a funct

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-08 Thread Daniel Convissor
Hi Folks: On Wed, May 05, 2010 at 10:31:15AM +0200, Hannes Magnusson wrote: > > None of our docs mention this (see intl and mysqli for example). > > It is clearly expected behavior and is documented in the oo chapters. Just because a function takes an object as a parameter does not mean the fu

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-05 Thread Hannes Magnusson
On Tue, May 4, 2010 at 23:03, Daniel Convissor wrote: > Hi Derick: > > On Tue, May 04, 2010 at 06:12:25PM +0100, Derick Rethans wrote: >> >> There is still a difference in userland between: >> >> function tralala ( $foo ); >> >> and >> >> function tralala ( &$foo ); >> >> with $foo being fed an ob

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-04 Thread Peter Cowburn
On 4 May 2010 22:03, Daniel Convissor wrote: > Hi Derick: > > On Tue, May 04, 2010 at 06:12:25PM +0100, Derick Rethans wrote: >> >> There is still a difference in userland between: >> >> function tralala ( $foo ); >> >> and >> >> function tralala ( &$foo ); >> >> with $foo being fed an object. Obj

Re: [PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-04 Thread Daniel Convissor
Hi Derick: On Tue, May 04, 2010 at 06:12:25PM +0100, Derick Rethans wrote: > > There is still a difference in userland between: > > function tralala ( $foo ); > > and > > function tralala ( &$foo ); > > with $foo being fed an object. Objects are passed by a handle, so it > looks like a refer

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-04 Thread Derick Rethans
On Tue, 4 May 2010, Daniel Convissor wrote: > Hi Derick: > > On Tue, May 04, 2010 at 03:50:36PM +0100, Derick Rethans wrote: > > On Tue, 4 May 2010, Daniel Convissor wrote: > > > > > Revision: http://svn.php.net/viewvc?view=revision&revision=298971 > > > > > > Log: > > > Procedural methods oper

[PHP-DOC] Re: [DOC-CVS] svn: /phpdoc/en/trunk/reference/datetime/datetime/ add.xml modify.xml setdate.xml setisodate.xml settime.xml settimestamp.xml settimezone.xml sub.xml

2010-05-04 Thread Daniel Convissor
Hi Derick: On Tue, May 04, 2010 at 03:50:36PM +0100, Derick Rethans wrote: > On Tue, 4 May 2010, Daniel Convissor wrote: > > > Revision: http://svn.php.net/viewvc?view=revision&revision=298971 > > > > Log: > > Procedural methods operate on object by reference. > > Uh? That's nonsense. They don'