From: Ulf Wendel Date: Tue, 5 Oct 2010 14:41:08 +0000 (+0000) Subject: Fix test: third parameter can be false. X-Git-Tag: php-5.3.4RC1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd73903efb3810bedd5c2d39ba7e25e2a61e4404;p=php Fix test: third parameter can be false. --- 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)')