summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_constants.phpt
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-12-02 19:11:41 +0000
committerAndrey Hristov <andrey@php.net>2010-12-02 19:11:41 +0000
commit7ff7f9780ed0436c157586db2197ca9cd41db2de (patch)
tree667cf9883f2bea0267bcb95b2c55e3420ae78c0d /ext/mysqli/tests/mysqli_constants.phpt
parent18424910d30c720e8a0bffd08163e18ef9540632 (diff)
downloadphp-git-7ff7f9780ed0436c157586db2197ca9cd41db2de.tar.gz
fix test after newly introduced constant
Diffstat (limited to 'ext/mysqli/tests/mysqli_constants.phpt')
-rw-r--r--ext/mysqli/tests/mysqli_constants.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_constants.phpt b/ext/mysqli/tests/mysqli_constants.phpt
index 30503f5f46..ff92160a74 100644
--- a/ext/mysqli/tests/mysqli_constants.phpt
+++ b/ext/mysqli/tests/mysqli_constants.phpt
@@ -111,6 +111,7 @@ require_once('skipifconnectfailure.inc');
$expected_constants['MYSQLI_OPT_NET_READ_BUFFER_SIZE'] = true;
$expected_constants['MYSQLI_ASYNC'] = true;
+ $expected_constants['MYSQLI_SERVER_PS_OUT_PARAMS'] = true;
} else {
$version = mysqli_get_client_version();
}