From c1b5fde6067dfdcc817dba50cc4158cce1cbe386 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 20 Aug 2014 12:03:47 +0400 Subject: [PATCH] Reverted incorrectly changed test. Now it's the same as in PHP-5.6. --- ext/pdo/tests/pdo_005.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-- -- 2.50.1