diff options
author | Ulf Wendel <uw@php.net> | 2007-10-10 15:04:59 +0000 |
---|---|---|
committer | Ulf Wendel <uw@php.net> | 2007-10-10 15:04:59 +0000 |
commit | 0c6e83258486c00d25df445f87fb52f1e0f65f0c (patch) | |
tree | a86845adec0138fa4d9b46a21c3f195891fd9f42 /ext/mysqli | |
parent | 1f651c40515fcaacb9ffde854ee42d71186582d3 (diff) | |
download | php-git-0c6e83258486c00d25df445f87fb52f1e0f65f0c.tar.gz |
Fixing the test. Might the PHP 5.2 run-tests.php have fooled me? I could swear,
I saw this test passing with 5.2 before...
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/mysqli_stmt_field_count.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_stmt_field_count.phpt b/ext/mysqli/tests/mysqli_stmt_field_count.phpt index c7f46a7bc1..143c3c268a 100644 --- a/ext/mysqli/tests/mysqli_stmt_field_count.phpt +++ b/ext/mysqli/tests/mysqli_stmt_field_count.phpt @@ -88,6 +88,8 @@ Warning: mysqli_stmt_field_count(): invalid object or resource mysqli_stmt Warning: mysqli_stmt_field_count(): invalid object or resource mysqli_stmt in %s on line %d +Warning: mysqli_stmt_bind_param(): Number of variables doesn't match number of parameters in prepared statement in %s on line %d + Warning: mysqli_stmt_prepare(): Couldn't fetch mysqli_stmt in %s on line %d Warning: mysqli_stmt_field_count(): Couldn't fetch mysqli_stmt in %s on line %d |