Re: [PHP-DEV] [RFC] Keywords as identifiers

2013-09-17 Thread Stuart Langley
Hi Bob, It seems that the RFC does not [i'm quoting here from the template at ' https://wiki.php.net/rfc/template'] "explain hows the proposal brings * substantial* value to be considered for inclusion in one of the world's most popular programming languages." Perhaps I'm missing something comple

Re: [PHP-DEV] idea: implement a Comparable interface

2013-05-07 Thread Stuart Langley
Classes without the ability to overload the comparison operator could be considered kinda useless as well. On Tue, May 7, 2013 at 11:11 AM, Daniel Ribeiro wrote: > Its kinda useless feature for PHP. > > > Daniel Ribeiro Gomes Pereira > Twitter | > Facebook

Re: [PHP-DEV] A better error handling approach.

2013-05-02 Thread Stuart Langley
So is the feature you're describing is tuples and a use case of that feature is an easier way to do error handling? On Fri, May 3, 2013 at 8:00 AM, Adam Jon Richardson wrote: > PHP currently has two separate approaches to handling errors: > - Errors > - Exceptions > > Both have their issues. > >