diff options
Diffstat (limited to 'ext/mysqli/tests/070.phpt')
| -rw-r--r-- | ext/mysqli/tests/070.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/070.phpt b/ext/mysqli/tests/070.phpt index eee5125133..b71d9b2e49 100644 --- a/ext/mysqli/tests/070.phpt +++ b/ext/mysqli/tests/070.phpt @@ -7,7 +7,7 @@ require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php - include "connect.inc"; + require_once("connect.inc"); $mysql = new my_mysqli($host, $user, $passwd, $db, $port, $socket); var_dump($mysql->ping()); |
