Re: [PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_execute.c /tests bug26802.phpt

2004-01-05 Thread Alan Richmond
> 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

RE: [PHP-DEV] [Proposal] Idea for Application level variables

2003-08-10 Thread Alan Richmond
] Subject: [PHP-DEV] [Proposal] Idea for Application level variables I would love to see an application level superglobal. It's the one thing I miss about ColdFusion. Like with CF's shared-scope variables, locking will be key, to avoid corruption. (Reading while being written to.) I'm current