Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29108 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 34768 invoked by uid 1010); 30 Apr 2007 08:51:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 34753 invoked from network); 30 Apr 2007 08:51:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Apr 2007 08:51:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=stefan.walk@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stefan.walk@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: stefan.walk@gmail.com X-Host-Fingerprint: 64.233.162.225 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.225] ([64.233.162.225:18590] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 53/B7-40858-00EA5364 for ; Mon, 30 Apr 2007 04:51:13 -0400 Received: by nz-out-0506.google.com with SMTP id k1so1957382nzf for ; Mon, 30 Apr 2007 01:51:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=RB9XNKjOPvAKraV+SaLqGau31hfNc80xJyYd78Caj6yzZ6QqHWEUqO0Sxi7UwTbnPqNR8Jnyyw/XF9k6FhcHzWYh+XQ7bGITysLk+3y4aGjOoMglWrkcFPvjYtMRU9jwqYvyjUL9APNoJuLcJjnyP0b7LhAWBvAfDfTuUMD7ufc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mgBbwdmt2VP1tAdKOHr061sKqDddRMuy142kB05c3L9MLSw5THfKVc8n6CwA89IgtTr3SD+SRrc049qtJgYtqfoTmAClt+ypDtI2cqzrfypRQFTc74/GyGHF64f/Ku0ky9nCp5aLSD0cZUU3o5dRnAYZJUqBM2C88yb2KB1/svM= Received: by 10.115.48.12 with SMTP id a12mr1941176wak.1177923070389; Mon, 30 Apr 2007 01:51:10 -0700 (PDT) Received: by 10.114.134.4 with HTTP; Mon, 30 Apr 2007 01:51:10 -0700 (PDT) Message-ID: <4858f9d90704300151o58602b96w85ad36b9f0f79249@mail.gmail.com> Date: Mon, 30 Apr 2007 10:51:10 +0200 To: "Jakob Buchgraber" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: [PHP-DEV] print_r outputs nothing for "false" From: stefan.walk@gmail.com ("Stefan Walk") Hi, for debugging i'd use var_dump, which doesn't output ambiguous things. Regards, Stefan