Hi!

classname::$foo
classname::$foo()

mean two completely different things? The first reads a property the

And classname::foo and classname::foo() means two different things too.
So what? Language has its rules, learn them. It's not that hard.

If you nuke variable function calls and method calls and replace them
with call_user_func() then these go away.

Short answer: No. Long answer: No way.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

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

Reply via email to