summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/bug36949.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/tests/bug36949.phpt')
-rw-r--r--ext/mysqli/tests/bug36949.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mysqli/tests/bug36949.phpt b/ext/mysqli/tests/bug36949.phpt
index 39909f9efd..2b3cc4955b 100644
--- a/ext/mysqli/tests/bug36949.phpt
+++ b/ext/mysqli/tests/bug36949.phpt
@@ -7,7 +7,7 @@ require_once('skipifconnectfailure.inc');
?>
--FILE--
<?php
-include "connect.inc";
+require_once("connect.inc");
class A {
private $mysqli;
@@ -49,7 +49,7 @@ $B = new B();
?>
--CLEAN--
<?php
-include "connect.inc";
+require_once("connect.inc");
if (!$link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket))
printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());