diff options
Diffstat (limited to 'ext/mysqli/tests/bug30967.phpt')
| -rw-r--r-- | ext/mysqli/tests/bug30967.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mysqli/tests/bug30967.phpt b/ext/mysqli/tests/bug30967.phpt index 8051acbdb..48007cee6 100644 --- a/ext/mysqli/tests/bug30967.phpt +++ b/ext/mysqli/tests/bug30967.phpt @@ -1,14 +1,14 @@ --TEST-- Bug #30967 (problems with properties declared in the class extending the class extending MySQLi) --SKIPIF-- -<?php -require_once('skipif.inc'); +<?php +require_once('skipif.inc'); require_once('skipifconnectfailure.inc'); ?> --FILE-- <?php - include "connect.inc"; - + require_once("connect.inc"); + class mysql1 extends mysqli { } |
