From: Dmitry Stogov Date: Wed, 20 Aug 2014 08:03:47 +0000 (+0400) Subject: Reverted incorrectly changed test. Now it's the same as in PHP-5.6. X-Git-Tag: PRE_64BIT_BRANCH_MERGE~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1b5fde6067dfdcc817dba50cc4158cce1cbe386;p=php Reverted incorrectly changed test. Now it's the same as in PHP-5.6. --- diff --git a/ext/pdo/tests/pdo_005.phpt b/ext/pdo/tests/pdo_005.phpt index cebb5873ec..c7c18a91a5 100644 --- a/ext/pdo/tests/pdo_005.phpt +++ b/ext/pdo/tests/pdo_005.phpt @@ -46,7 +46,7 @@ $stmt->execute(); var_dump($stmt->fetchAll(PDO::FETCH_CLASS, 'TestBase')); $stmt->execute(); -var_dump($stmt->fetchAll(PDO::FETCH_CLASS, 'TestDerived', array(""))); +var_dump($stmt->fetchAll(PDO::FETCH_CLASS, 'TestDerived', array(0))); ?> --EXPECTF--