Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52031 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49582 invoked from network); 27 Apr 2011 15:18:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2011 15:18:53 -0000 Authentication-Results: pb1.pair.com header.from=markg85@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=markg85@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: markg85@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qw0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:33338] helo=mail-qw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/46-04612-CD338BD4 for ; Wed, 27 Apr 2011 11:18:53 -0400 Received: by qwi4 with SMTP id 4so915183qwi.29 for ; Wed, 27 Apr 2011 08:18:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=TScjzXS8K2bunDyhjYmR+Voz7MO+L4THN3HlGc4kxZg=; b=XFGbpmB/d2nm1U2Ciao16NmUw+vRLfKNWi0k2Kqqn3En7dP//YO4Ieb0IaqfYLdjN3 4O0dGkbz0C1TQybjrzWFf9PKHStUBHK4gtyTmttXBNXtUtZtocv86XyiHyikpK5t9L86 kgdoPrYn9Mc0yUsLifKf/lCHDsB3ONOvJ4ptc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=tsbZChXubl71cHi6OkA7ItYiBaoCMVx9e8QFyt71xne7rVhShutrs0JwJYrpsr5lI6 bLngmTVWDZSk/BCXIpw3u4D++5yg085H5torHL6qMDHZ+h7mj3H48Mqb591Ez3N1EIu7 wcf2HJF+dRCK6cwawHcAraHGC8E6+CIv9jE7A= Received: by 10.229.19.12 with SMTP id y12mr1812135qca.267.1303917530171; Wed, 27 Apr 2011 08:18:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.18.193 with HTTP; Wed, 27 Apr 2011 08:18:30 -0700 (PDT) In-Reply-To: <4DB233AE.9080301@yahoo.com.au> References: <4DAF4500.7070207@lorenso.com> <4DB07987.6070800@moonspot.net> <4DB0AAAD.9090608@moonspot.net> <4DB233AE.9080301@yahoo.com.au> Date: Wed, 27 Apr 2011 17:18:30 +0200 Message-ID: To: Ben Schmidt Cc: Ferenc Kovacs , Brian Moon , dante@lorenso.com, internals@lists.php.net Content-Type: multipart/alternative; boundary=0016e64f693e33c97904a1e7f5c0 Subject: Re: [PHP-DEV] Function proposal: varset From: markg85@gmail.com (Mark) --0016e64f693e33c97904a1e7f5c0 Content-Type: text/plain; charset=ISO-8859-1 Any idea on how to progress with this idea? I certainly would like to see it in PHP 5.4 but i don't have the knowledge nor time to figure out the php internals (in C...) On Sat, Apr 23, 2011 at 4:04 AM, Ben Schmidt wrote: > yeah you are right, passing arguments by reference doesn't trigger the >> notice, but I'm not sure that it is applicable in our case. >> > > Yeah, it wouldn't help. For instance, 42 or "default" can't be passed by > reference, so you couldn't actually provide a default value to > coalesce() if you implemented it like that, which would make it pretty > useless. :-) > > Ben. > > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --0016e64f693e33c97904a1e7f5c0--