From 8c319bf9422413ca2334d03aba5cbb104685b9d5 Mon Sep 17 00:00:00 2001 From: Ulf Wendel Date: Tue, 5 Oct 2010 14:41:08 +0000 Subject: [PATCH] Fix test: third parameter can be false. --- ext/pdo_mysql/tests/pdo_mysql_subclass.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt index c83130d8de..3595631f04 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt @@ -81,7 +81,7 @@ $db = MySQLPDOTest::factory(); $db->exec('DROP TABLE IF EXISTS test'); ?> --EXPECTF-- -__construct('%S', '%S', '%S') +__construct('%S', '%S', %s) exec('DROP TABLE IF EXISTS test') exec('CREATE TABLE test(id INT)') exec('INSERT INTO test(id) VALUES (1), (2)') -- 2.40.0