I have a question about 3. Where in a script can you use the "use" statement? Could it be used inside conditionals? For example,
if ($testing) { use class testing::PDO; } else { use class ::PDO; } If that's the case, could we have a word from an opcode cache guru about how nice it would play with them? Also, could you please give us a couple of examples of code that would trigger the E_WARNING mentionned in case of ambiguity and how that ambiguity would be resolved? Thanks in advance. JD -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php