summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Wendel <uw@php.net>2011-08-31 13:59:28 +0000
committerUlf Wendel <uw@php.net>2011-08-31 13:59:28 +0000
commitaf73e4aab6ca7bf5668103578fc0d7b80c214daa (patch)
tree2f1b4f94590f95b59c7b8eb7ba0184375c86173b
parent776d1e5ece64cb844c9011fd22f4e6496df42a88 (diff)
downloadphp-git-af73e4aab6ca7bf5668103578fc0d7b80c214daa.tar.gz
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
-rw-r--r--ext/mysqli/tests/mysqli_constants.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt
index ff92160a74..613dddfc85 100644
--- a/ext/mysqli/tests/mysqli_constants.phpt
+++ b/ext/mysqli/tests/mysqli_constants.phpt
@@ -160,6 +160,9 @@ require_once('skipifconnectfailure.inc');
if (defined('MYSQLI_DATA_TRUNCATED'))
$expected_constants["MYSQLI_DATA_TRUNCATED"] = true;
+ if (defined('MYSQLI_SERVER_PS_OUT_PARAMS'))
+ $expected_constants["MYSQLI_SERVER_PS_OUT_PARAMS"] = true;
+
if (!$IS_MYSQLND) {
/* libmysql only */