diff options
Diffstat (limited to 'ext/mysqli/tests/039.phpt')
| -rw-r--r-- | ext/mysqli/tests/039.phpt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/mysqli/tests/039.phpt b/ext/mysqli/tests/039.phpt index 9ed7ef9ea1..ae881e1d2d 100644 --- a/ext/mysqli/tests/039.phpt +++ b/ext/mysqli/tests/039.phpt @@ -7,8 +7,7 @@ require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php - - include "connect.inc"; + require_once("connect.inc"); /*** test mysqli_connect 127.0.0.1 ***/ $link = my_mysqli_connect($host, $user, $passwd, $db, $port, $socket); |
