From: Johannes Schlüter Date: Sun, 19 Oct 2008 18:08:19 +0000 (+0000) Subject: Fix test X-Git-Tag: BEFORE_HEAD_NS_CHANGE~196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=262f89b81f8346333e42b16b5e4ec1f80ea68b09;p=php Fix test --- diff --git a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt index ab21f8cdd4..fbe0e17965 100644 --- a/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt +++ b/ext/pdo_mysql/tests/pdo_mysql_subclass.phpt @@ -75,7 +75,7 @@ if (version_compare(PHP_VERSION, '5.0.0', '<')) print "done!\n"; ?> --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)')