Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56175 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 24995 invoked from network); 8 Nov 2011 20:04:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Nov 2011 20:04:28 -0000 Authentication-Results: pb1.pair.com header.from=irker@irker.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=irker@irker.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain irker.net from 209.85.215.170 cause and error) X-PHP-List-Original-Sender: irker@irker.net X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:63061] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/65-28203-B4B89BE4 for ; Tue, 08 Nov 2011 15:04:28 -0500 Received: by eyg7 with SMTP id 7so752298eyg.29 for ; Tue, 08 Nov 2011 12:04:23 -0800 (PST) Received: by 10.213.22.65 with SMTP id m1mr2817877ebb.113.1320782663464; Tue, 08 Nov 2011 12:04:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.213.34.13 with HTTP; Tue, 8 Nov 2011 12:04:02 -0800 (PST) In-Reply-To: <9570D903A3BECE4092E924C2985CE485398008EA@MBX206.domain.local> References: <9570D903A3BECE4092E924C2985CE485398008EA@MBX206.domain.local> Date: Wed, 9 Nov 2011 00:04:02 +0400 Message-ID: To: Clint M Priest Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=0015174be8c67b36c304b13ead37 Subject: Re: [PHP-DEV] Accessors Parsing From: irker@irker.net (=?UTF-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCc0L7RgdC60LDQu9GR0LI=?=) --0015174be8c67b36c304b13ead37 Content-Type: text/plain; charset=UTF-8 2011/11/8 Clint M Priest > echo $o->Hours()."\r\n"; Why use as method call? Why not "echo $o->Hours;" ? With regards, Alexander Moskaliov Irker@irker.net --0015174be8c67b36c304b13ead37--