summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug47050.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug47050.phpt')
-rw-r--r--ext/mysqli/tests/bug47050.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug47050.phpt b/ext/mysqli/tests/bug47050.phpt
index ac305b07d2..1dd8f73a69 100644
--- a/ext/mysqli/tests/bug47050.phpt
+++ b/ext/mysqli/tests/bug47050.phpt
@@ -5,7 +5,7 @@ Bug #47050 (mysqli_poll() modifies improper variables)
require_once('skipif.inc');
require_once('skipifconnectfailure.inc');
if (!defined("MYSQLI_ASYNC")) {
- die("skip mysqlnd only");
+ die("skip mysqlnd only");
}
?>
--FILE--