diff options
Diffstat (limited to 'ext/mysqli/tests/062.phpt')
| -rw-r--r-- | ext/mysqli/tests/062.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/062.phpt b/ext/mysqli/tests/062.phpt index 0438553651..bc6198c6a1 100644 --- a/ext/mysqli/tests/062.phpt +++ b/ext/mysqli/tests/062.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); |
