> 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 ;) ).

If parameterized method names don't work anymore, will
call_user_func_array() be able to return a reference?  IIRC, it didn't
with PHP4.

Thanks,
Alan

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

Reply via email to