Stas Malyshev wrote:
Basically, it allows you to do this:

create_query("deleted=0", "name",,, /*report_errors*/ true);


I'm a huge fan of this idea, for all the reasons listed on the RFC and one additional one: it brings normal functions in line with the syntax for list() - We can skip parameters in list() using the same syntax, so to my eye, this brings consistency.

(Of course, list() is a construct, not a function, but considering how similar the syntax is, I think this makes sense.)

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to