[PHP-DEV] Re: [PHP-DOC] What is the use of the $replacement property in the RegexIterator class.

2010-05-11 Thread Richard Quadling
On 6 May 2010 08:55, Peter Cowburn wrote: > On 5 May 2010 17:25, Richard Quadling wrote: >> Hi. >> >> I'm in the process of getting the PHPDoc classes showing the correct >> inherited properties and methods (public/protected but not private). >> >> I picked RecursiveRegexIterator (it has the larg

[PHP-DEV] Re: [PHP-DOC] What is the use of the $replacement property in the RegexIterator class.

2010-05-11 Thread Peter Cowburn
On 11 May 2010 13:33:46 UTC+1, Richard Quadling wrote: > On 6 May 2010 08:55, Peter Cowburn wrote: >> On 5 May 2010 17:25, Richard Quadling wrote: >>> Hi. >>> >>> I'm in the process of getting the PHPDoc classes showing the correct >>> inherited properties and methods (public/protected but not p

[PHP-DEV] Follow-up on collecting your box office scores

2010-05-11 Thread CelebrityAccess
Dear Concert Industry Professional: We are writing to ensure Billboard and CelebrityAccess are publishing your Box Office Scores! If you are not currently reporting scores to us, than they are not being published weekly in the Billboard and CelebrityAccess publications. This email provides inst

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-11 Thread Sara Golemon
However nobody ever posted anything on internals about it. The differences between the implementation and the RFC as well as the questions raised by this addition show that it would be better to discuss prior to commit. But as it is in trunk, that's less a problem, that's why trunk exists: a deve

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-11 Thread Sara Golemon
However nobody ever posted anything on internals about it. The differences between the implementation and the RFC as well as the questions raised by this addition show that it would be better to discuss prior to commit. But as it is in trunk, that's less a problem, that's why trunk exists: a deve

Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/json/json.c ext/json/php_json.h ext/json/tests/serialize.phpt

2010-05-11 Thread Adam Harvey
On 12 May 2010 06:01, Sara Golemon wrote: > On method naming, I was following the pattern of __*() for "always on" magic > methods (__get(), __set(), etc...) versus interface-induced magic methods > (offsetGet(), offsetSet(), etc...). Agreed. I don't have any real preference on the interface name