Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constants not scoped properly #6

Closed
joshvarner opened this issue May 18, 2010 · 0 comments
Closed

Constants not scoped properly #6

joshvarner opened this issue May 18, 2010 · 0 comments

Comments

@joshvarner
Copy link
Owner

Should be scoped as constant.language.php (currently constant.other.php):

__DIR__
__NAMESPACE__

Should be scoped to match E_ERROR (support.constant.core.php):

E_DEPRECATED

Full list of constants added in PHP 5.3:

http://www.php.net/manual/en/migration53.global-constants.php

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant