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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user