diff options
Diffstat (limited to 'ext/mysqli/tests/bug36802.phpt')
| -rw-r--r-- | ext/mysqli/tests/bug36802.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/tests/bug36802.phpt b/ext/mysqli/tests/bug36802.phpt index d7144bddad..3694a26db3 100644 --- a/ext/mysqli/tests/bug36802.phpt +++ b/ext/mysqli/tests/bug36802.phpt @@ -10,7 +10,7 @@ Bug #36802 (crashes with with mysqli_set_charset()) } } - include "connect.inc"; + require_once("connect.inc"); $mysql = mysqli_init(); /* following operations should not work */ |
