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:[email protected]]
Sent: Tuesday, November 08, 2011 2:04 PM
To: Clint M Priest
Cc: [email protected]
Subject: Re: [PHP-DEV] Accessors Parsing


2011/11/8 Clint M Priest <[email protected]<mailto:[email protected]>>
echo $o->Hours()."\r\n";
Why use as method call? Why not "echo $o->Hours;" ?



With regards, Alexander Moskaliov
[email protected]<mailto:[email protected]>

Reply via email to