]> granicus.if.org Git - php/commitdiff
Fix test: third parameter can be false.
authorUlf Wendel <uw@php.net>
Tue, 5 Oct 2010 14:41:08 +0000 (14:41 +0000)
committerUlf Wendel <uw@php.net>
Tue, 5 Oct 2010 14:41:08 +0000 (14:41 +0000)
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt

index c83130d8defdbf8afeda42c4c7924645843b1546..3595631f041887abf6aefef094cd8a77dbc521f9 100644 (file)
@@ -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)')