On Tue, 6 Jan 2004, Pierre-Alain Joye wrote:

> class foo{function bar(){print "bar\n";} } $a="bar"; foo::$a();
>
> does not work since earlier php5 releases, already well known afair (and
> really annoyed ;) ).

Yes. I forgot to put that in my bug report. That was how I originally
tried to invoke the static method in my code. FWIW, I did not see
foo::$a() reported anywhere in the bug tracking system.

-adam


-- 
[EMAIL PROTECTED]

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

Reply via email to