1
0
mirror of https://github.com/php/php-src.git synced 2026-04-16 12:31:06 +02:00

- Adjusted test to make sure it reflects the behavior of the method

This commit is contained in:
David Coallier
2008-11-10 12:40:23 +00:00
parent cb448dca05
commit d2c1047241

View File

@@ -35,11 +35,16 @@ error_reporting=E_ALL
$db->exec(sprintf('DROP TABLE IF EXISTS %s', $table));
print "done!\n";
?>
--EXPECTF--
string(58) "CREATE TABLE test_%s(id INT)"
array(1) {
[0]=>
string(5) "00000"
[1]=>
NULL
[2]=>
NULL
}
array(1) {
[0]=>
@@ -48,4 +53,4 @@ array(1) {
string(1) "1"
}
}
done!
done!