Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:18983 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20205 invoked by uid 1010); 15 Sep 2005 14:06:30 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 20189 invoked from network); 15 Sep 2005 14:06:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Sep 2005 14:06:30 -0000 X-Host-Fingerprint: 212.183.41.64 M2475P000.adsl.highway.telekom.at Received: from ([212.183.41.64:11020] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 3A/1A-41173-6EF79234 for ; Thu, 15 Sep 2005 10:06:30 -0400 Message-ID: <3A.1A.41173.6EF79234@pb1.pair.com> To: internals@lists.php.net Date: Thu, 15 Sep 2005 16:02:07 +0200 Organization: IWORKS User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803 [ http://iworks.at ] X-Accept-Language: de-AT, de-DE, de, en, en-GB, en-US MIME-Version: 1.0 X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 212.183.41.64 Subject: ARG_INFO and by_ref for objects? From: mike@php.net (Michael Wallner) Hi, as nobody was able to answer my question on IRC, I just drop it here: Is it useless (yet even counter-productive) to enable pass_by_ref in an ARG_INFO section for a function or method that expects an object? By "counter-productive" I mean that I'd need to actually pass an identifier for a variable. Thanks, -- Michael - < mike(@)php.net >