In this particular case I was just trying to see if Hours() had properly been defined as a callable function. Eventually that function name would become __getHours(), this particular line was just a test (which is where I discovered that the $$ was no longer set to ‘Hours’ on the zend_do_abstract_method())
From: Александр Москалёв [mailto:ir...@irker.net] Sent: Tuesday, November 08, 2011 2:04 PM To: Clint M Priest Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Accessors Parsing 2011/11/8 Clint M Priest <cpri...@zerocue.com<mailto:cpri...@zerocue.com>> echo $o->Hours()."\r\n"; Why use as method call? Why not "echo $o->Hours;" ? With regards, Alexander Moskaliov ir...@irker.net<mailto:ir...@irker.net>