summaryrefslogtreecommitdiff
path: root/ext/mysqli
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
commitc05bfdf490d6d545c1551579e14b8471f5530c54 (patch)
tree6fc2def0826a08a6b9b10139d2878f87068c7acf /ext/mysqli
parenta7500f1c81281f20c1e0487fdf0f8ef7f13b8a6b (diff)
downloadphp-git-c05bfdf490d6d545c1551579e14b8471f5530c54.tar.gz
Please, whenever changing the mysqli API update the tests. Don't wait for me to catch up.
Diffstat (limited to 'ext/mysqli')
-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 */