diff options
| author | Ulf Wendel <uw@php.net> | 2010-10-05 14:41:08 +0000 | 
|---|---|---|
| committer | Ulf Wendel <uw@php.net> | 2010-10-05 14:41:08 +0000 | 
| commit | bd73903efb3810bedd5c2d39ba7e25e2a61e4404 (patch) | |
| tree | 347667b7587a22a2513d5fe2cf9fe76f34a19832 | |
| parent | 421b86ed5ee81f5669d698b5e94f7c96d1246514 (diff) | |
| download | php-git-bd73903efb3810bedd5c2d39ba7e25e2a61e4404.tar.gz | |
Fix test: third parameter can be false.
| -rw-r--r-- | ext/pdo_mysql/tests/pdo_mysql_subclass.phpt | 2 | 
1 files changed, 1 insertions, 1 deletions
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)')  | 
