Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36027 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53091 invoked from network); 6 Mar 2008 23:23:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2008 23:23:33 -0000 Authentication-Results: pb1.pair.com header.from=judas.iscariote@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=judas.iscariote@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.162.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: judas.iscariote@gmail.com X-Host-Fingerprint: 209.85.162.181 el-out-1112.google.com Received: from [209.85.162.181] ([209.85.162.181:12146] helo=el-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/B4-32159-5FC70D74 for ; Thu, 06 Mar 2008 18:23:33 -0500 Received: by el-out-1112.google.com with SMTP id z25so187273ele.0 for ; Thu, 06 Mar 2008 15:23:31 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=oMhEfgTpVEjpFp2yo0TzAOcO1tyBNPtG8KLUtGx0HdY=; b=K6nh2SMC4j/2Cy81FL3r7mXlSDTJEcULLqc9nsUB+54Ln1d9KzaWjKHOwj2PzSQpGVWTAK6h7DuQ2xcmPQ2Anr8oEJUHv0p7EBBfLo03YP+ZlMJ4wDP2AAOvJm+hC6yFvabcLkqiVDCI1gr16LavIm/YmlsCPlHFM5SbzraoQNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hKBubt4QcwUAJhadQMNZF9GZw9Ei5i14xGICpZy5wlvVhLpk7cBNu0zA/SyNvn7PUordErLBJDeIOtYCMkzDKkP1zIM/Lu08RFxmSE+nDwJ01LMMwdeAbiiZX8rJJmIqGt8FozTNcpvFOSUf+4Bj3RsJf5/hxkNbCtTMtAxo7nk= Received: by 10.65.155.19 with SMTP id h19mr559875qbo.94.1204845810623; Thu, 06 Mar 2008 15:23:30 -0800 (PST) Received: by 10.64.83.7 with HTTP; Thu, 6 Mar 2008 15:23:30 -0800 (PST) Message-ID: <7d5a202f0803061523h67028df3t9f3381ed7c01df8c@mail.gmail.com> Date: Thu, 6 Mar 2008 20:23:30 -0300 To: php-dev In-Reply-To: <6A.52.32159.68570D74@pb1.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d5a202f0803061338jcd4fae3pecd559728443386d@mail.gmail.com> <6A.52.32159.68570D74@pb1.pair.com> Subject: Re: [PHP-DEV] Re: having fun with $this From: judas.iscariote@gmail.com ("Cristian Rodriguez") > so $this is just another, ordinary variable. is it ? try: php -r '$this = "123";' Fatal error: Cannot re-assign $this ; )