Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60744 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34813 invoked from network); 5 Jun 2012 20:17:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2012 20:17:57 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.42 as permitted sender) X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.216.42 mail-qa0-f42.google.com Received: from [209.85.216.42] ([209.85.216.42:41635] helo=mail-qa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B7/5F-46677-4796ECF4 for ; Tue, 05 Jun 2012 16:17:56 -0400 Received: by qafi31 with SMTP id i31so2627669qaf.8 for ; Tue, 05 Jun 2012 13:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=5n4LV9R+nRkTfTOVXCP1otKLBAEp09K99PXurdRo54A=; b=QlSLETK0Kf/tFq8MHsAX+kW/fNBfVMSLEE29cDOIUnqYRJvzajxsfDEtRUlAxMnGEp eUfmVwCQIrnOC266ixC8+X3qPgHKw5mjfoodcHvKRouY52UTxeRvTucFUbd99hRG0vd0 10LtZeo0IGh7NLhwidh43OXxg3gZK6PmSh/EWq/1MHe003yGYvAfXDIsm1bjsV2S4Xjx JrdneM7zwFJhbF5bNrs3Exl40/0UE60cVmNen9OiLTAlLmsmn5RoxPpjYYrRu/ACH3Em heUneN+YPngjz1Rs5q/JD6JnKw2U4Kx6KuxataoG4dQicLokqxxxrnW2wrAJkVM2ieIC LrNQ== Received: by 10.224.217.9 with SMTP id hk9mr18687214qab.59.1338927473695; Tue, 05 Jun 2012 13:17:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.99.144 with HTTP; Tue, 5 Jun 2012 13:17:33 -0700 (PDT) In-Reply-To: <1338926897.37775.YahooMailNeo@web43502.mail.sp1.yahoo.com> References: <1338926897.37775.YahooMailNeo@web43502.mail.sp1.yahoo.com> Date: Tue, 5 Jun 2012 17:17:33 -0300 Message-ID: To: Adi Mutu Cc: PHP Developers Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] concatenation operator From: felipensp@gmail.com (Felipe Pena) Hi, 2012/6/5 Adi Mutu : > > > Hello, > > Can somebody point me to where the concatenation operator is implemented = ? =C2=A0"." operator. > > Thanks, See http://lxr.php.net/xref/PHP_TRUNK/Zend/zend_vm_def.h#133 --=20 Regards, Felipe Pena