On 8/22/07, Dmitry Stogov <[EMAIL PROTECTED]> wrote:
> You can have "const" outside namespaces but they are not real compile-time
> constants.
> They are set during execution in the same way as define() does.
>
> <?php
> const DIR = dirname(__FILE__);
> echo DIR;
> ?>

Off topic but this const makes me think about hidef (see pecl/hidef).
It would be nice if we can have them resolved at compile time. At
least when no instructions are involved in the definition (numbers or
single quote strings).

Cheers,
--Pierre

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

Reply via email to