Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:62139 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81497 invoked from network); 14 Aug 2012 10:22:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2012 10:22:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=sv_forums@fmethod.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=sv_forums@fmethod.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fmethod.com from 209.85.215.170 cause and error) X-PHP-List-Original-Sender: sv_forums@fmethod.com X-Host-Fingerprint: 209.85.215.170 mail-ey0-f170.google.com Received: from [209.85.215.170] ([209.85.215.170:62188] helo=mail-ey0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/B5-00812-9D62A205 for ; Tue, 14 Aug 2012 06:22:18 -0400 Received: by eaao11 with SMTP id o11so74898eaa.29 for ; Tue, 14 Aug 2012 03:22:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:from:to:references:subject:date:mime-version :content-type:content-transfer-encoding:x-priority:x-msmail-priority :x-mailer:x-mimeole:x-gm-message-state; bh=pH1kLYH5Prmt8D4fVSCqDrIWRE3MQN/IXLMEL9DYZTk=; b=Nvk3w8QvmEbinFy0pTWCCZRbpovzWdUTSBDAfSf7ap8bo/CaPm3NiB8rCtysfPFPFG /w8gfwMf/DkxpQmHDIr8Cdr9sKlvp6Rsa0zSSG4mbrrofAz0wm/lM9MO+260a7AeYL// jEmtuyyv6UsuYVIu8ORyKvUQVaEqyfXlwiW4MPLfjET+/r2+4gIRXSOhIXxEooFMzife 33+rYsplZN2wHov+hsW0tQ/nYG8aG5kxGaL4gQWvcbPYKeAv1UHlcJ/7ITsRnPu+OTc8 9WTGP8LYVzglkEiCMVlyI1G1sHdX6eOt0Hlfa0m173ip5RygPh23cQ21WzuQ3AESFSD2 O09Q== Received: by 10.14.203.73 with SMTP id e49mr14350704eeo.27.1344939734555; Tue, 14 Aug 2012 03:22:14 -0700 (PDT) Received: from pc (95-42-66-13.btc-net.bg. [95.42.66.13]) by mx.google.com with ESMTPS id 45sm5572913eeb.8.2012.08.14.03.22.11 (version=SSLv3 cipher=OTHER); Tue, 14 Aug 2012 03:22:13 -0700 (PDT) Message-ID: <75ED2F88F54040DF9F7E8A4F84DF0B17@pc> To: "Anthony Ferrara" , References: Date: Tue, 14 Aug 2012 13:22:05 +0300 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Gm-Message-State: ALoCoQmb0DTkNcTGD4t+kO2KSXoYZwftiBfcamfKDCHkXtqplLHOmw7z731Xm1NTrp6Zeu96rflk Subject: Re: [PHP-DEV] Decorators Revisited From: sv_forums@fmethod.com ("Stan Vass") Would this work with methods which take arguments by reference or return by reference? Stan