We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a943012 commit 6d10045Copy full SHA for 6d10045
ext/mysqli/tests/mysqli_constants.phpt
@@ -2,15 +2,14 @@
2
Constants exported by ext/mysqli
3
--SKIPIF--
4
<?php
5
-require_once('skipif.inc');
6
-require_once('skipifconnectfailure.inc');
+require_once 'skipif.inc';
+require_once 'skipifconnectfailure.inc';
7
?>
8
--INI--
9
mysqli.allow_local_infile=1
10
--FILE--
11
12
-require("connect.inc");
13
-require("table.inc");
+require "connect.inc";
14
15
$php_version = (int)str_replace('.', '', PHP_VERSION);
16
$constants = get_defined_constants(true);
@@ -216,9 +215,5 @@ if (!empty($expected_constants)) {
216
215
217
print "done!";
218
219
---CLEAN--
220
-<?php
221
-require_once "clean_table.inc";
222
-?>
223
--EXPECT--
224
done!
0 commit comments