summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug37090.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug37090.phpt')
-rw-r--r--ext/mysqli/tests/bug37090.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug37090.phpt b/ext/mysqli/tests/bug37090.phpt
index 7e8b4931b2..839081df53 100644
--- a/ext/mysqli/tests/bug37090.phpt
+++ b/ext/mysqli/tests/bug37090.phpt
@@ -13,7 +13,7 @@ if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1)) {
?>
--FILE--
<?php
- include "connect.inc";
+ require_once("connect.inc");
$mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket);