]> granicus.if.org Git - php/commitdiff
Fix test
authorJohannes Schlüter <johannes@php.net>
Sun, 19 Oct 2008 18:08:19 +0000 (18:08 +0000)
committerJohannes Schlüter <johannes@php.net>
Sun, 19 Oct 2008 18:08:19 +0000 (18:08 +0000)
ext/pdo_mysql/tests/pdo_mysql_subclass.phpt

index ab21f8cdd445a174827ff5e25a9f290b8d196cc8..fbe0e1796537c6f36e07d584fbaffa76eff1c2d3 100644 (file)
@@ -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)')