Hi, I find that the “disable_ambiguous_element_lookup” directive name is, well, ambiguous. Does it mean that it will look up only in the current namespace, or only in the global namespace? I can’t guess.
Maybe a three-value directive:
declare(function_and_const_lookup=global);
declare(function_and_const_lookup=namespace);
declare(function_and_const_lookup=fallback); // the default
—Claude
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
