Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:34944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5491 invoked by uid 1010); 26 Jan 2008 18:19:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 5476 invoked from network); 26 Jan 2008 18:19:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Jan 2008 18:19:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.183 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.166.183 py-out-1112.google.com Received: from [64.233.166.183] ([64.233.166.183:12384] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6C/51-08850-4C97B974 for ; Sat, 26 Jan 2008 13:19:49 -0500 Received: by py-out-1112.google.com with SMTP id u77so1198860pyb.16 for ; Sat, 26 Jan 2008 10:19:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4lUDTw1r1qB77XDP2eOli9UuPVW/UOaEFy7z2MJuwQ4=; b=fNB5ZWYULuItj4ivu4L7BjqeMG1mN3YrqigE6ghk2YKepHjgdi6dq1Rtw8BeZIlbitr9jrtquashpTR743OIVzQnTJW/6j+vq/BrT4OvqqAiubaH1HL8BXa2Nxr/pfsXAObtcR/ct/mzcwUhTJVgy/M0jo6xLrWI5grUkdtRa8E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Vqu7bkOuZx49sdYs1GqHgwO8zl9GT2rvMEEjAJbKdbdBDgiqmeDDigNFYqs1gWNaCkKuPP6Bv9JgE7s7jWuqmkzyR+BOhtT7HJsE9t3Vc0LU3Hm35ejhWg9MK5Il4kJftQwiJOwosHa5llmgpnAXp6sWK1CU45KKJQdmmplypmY= Received: by 10.142.110.3 with SMTP id i3mr1822958wfc.178.1201371585819; Sat, 26 Jan 2008 10:19:45 -0800 (PST) Received: by 10.142.170.21 with HTTP; Sat, 26 Jan 2008 10:19:45 -0800 (PST) Message-ID: <7f3ed2c30801261019s432ce7bh91fce07bd5e979da@mail.gmail.com> Date: Sat, 26 Jan 2008 19:19:45 +0100 To: Sebastian Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] ifsetor like expression in php6 From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Jan 26, 2008 5:30 PM, Sebastian wrote: > hi, > > i just found the new ifsetor like construction in php6. (FYI: It has already been merged to 5.3) -Hannes