Martin Alterisio wrote:
> Consider the following code:
> 
> test.php:
> <?php
> include 'foo.php';
> use test::foo;
> foo();
> ?>
> 
> foo.php:
> <?php
> namespace test;
> function foo() { }
> ?>
> 
> Is it expected behavior that the scripts ends in:
> Fatal error: Call to undefined function foo()
> ?

Hi Martin,

No.  This is a bug, I was alluding to it in an earlier email, but you
know how time eats up one's life, so I haven't reported it and would
grateful if someone would (or Dmitry/Stas would just know why it is
broken and fix it :)

Greg

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

Reply via email to