Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57822 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9692 invoked from network); 13 Feb 2012 09:37:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Feb 2012 09:37:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=mapopa@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mapopa@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: mapopa@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:50292] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 45/83-27081-2E9D83F4 for ; Mon, 13 Feb 2012 04:37:39 -0500 Received: by lagk11 with SMTP id k11so4305756lag.29 for ; Mon, 13 Feb 2012 01:37:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ziqz3olubGm3zKN+JNTJk78pZcByf/U5JWcIcL3lLZI=; b=mapEXR9htg9lt6XSmK52/3qN7cs8BHAcp6Mt3mf6PjxpsvA9Gkzqf0XEI6GD1zOwmQ enT5vDl5b+3aS3z8SaOTjZySGt61NsAVFbz8fsYQA77Jxha40WrULUeGtdCSWlD7ZRy1 UC35+GnrPFI2FAuV0aeoGJgu0dlMa9gworEho= MIME-Version: 1.0 Received: by 10.112.88.10 with SMTP id bc10mr5478700lbb.60.1329125855930; Mon, 13 Feb 2012 01:37:35 -0800 (PST) Received: by 10.152.13.228 with HTTP; Mon, 13 Feb 2012 01:37:35 -0800 (PST) Date: Mon, 13 Feb 2012 11:37:35 +0200 Message-ID: To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Warning: PDOStatement after the output From: mapopa@gmail.com (marius adrian popa) I have this weird bug where the warning is printed after the query is executed and printed http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt Result is correct , warning is correct only the order is out of order ps: I will ask on pdo list too