On Mon, 2013-09-02 at 11:48 +0100, Derick Rethans wrote:
> > can be called like this:
> > create_query("deleted=0", "name", default, default, /*report_errors*/
> > true);
>
> What would happen if I had done:
>
> define('default', 42);
>
> before that line?
Nothing special as default is a keyword already (-> switch). Your only
way to access that constant is already by using the constant() function.
johannes
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php