Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32447 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27379 invoked by uid 1010); 26 Sep 2007 18:33:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27363 invoked from network); 26 Sep 2007 18:33:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 26 Sep 2007 18:33:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=malterisio777@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=malterisio777@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.244 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: malterisio777@gmail.com X-Host-Fingerprint: 209.85.132.244 an-out-0708.google.com Received: from [209.85.132.244] ([209.85.132.244:45392] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/05-33278-DF5AAF64 for ; Wed, 26 Sep 2007 14:33:36 -0400 Received: by an-out-0708.google.com with SMTP id c18so362234anc for ; Wed, 26 Sep 2007 11:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=zlEVtE9q+CYgKJQRNJ/MCX3EpTy9AVYvS38afad8tyM=; b=kbg+vQ44skhTaMTrG75opkv9SwfgOqPYKEyyfMxb5eDnOjIn9x1ZjRZ55/awtK7zSM1DxcWeIzMRfCC8dNEH/saTlIW6qg+SeujIMz3Hb3sagbkKoQ6oQIUCe1UdpEBV5qtmbTVQRUK2aBw+/zH29LIrbf+ZGfiz719S1fp4wCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=iFlD+3S4hYSYMNT/38SbbAPNcwKic7wlYaNpb+tQ2tcrgyQgHzoXUWTv2wdj6Ri3Vjl4mUBQ33APi8qBcEJV/hxr2EC8W+KD8M9osM/5KN/TKp6NCQbCfk0FROfT+X2ScWBFpC5/jbSL5DJW+t9YA+79FIKy//cjf7j3ScOuZNc= Received: by 10.114.254.1 with SMTP id b1mr1386481wai.1190831606926; Wed, 26 Sep 2007 11:33:26 -0700 (PDT) Received: by 10.115.47.10 with HTTP; Wed, 26 Sep 2007 11:33:26 -0700 (PDT) Message-ID: <52dbac0f0709261133t50d1f93oc496297de5664e62@mail.gmail.com> Date: Wed, 26 Sep 2007 15:33:26 -0300 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6139_13914375.1190831606672" Subject: Just checking something before posting a bug report From: malterisio777@gmail.com ("Martin Alterisio") ------=_Part_6139_13914375.1190831606672 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I did as much as possible from the steps asked in the php bugs page, but still I want to check with you folks before submitting a bug report. I found a strange behavior in PHP 5.2.4. Try running the following code: At the end of the script, the static var stores not the object but the string returned by toString. ------=_Part_6139_13914375.1190831606672--