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 22c2d2e commit 5344791Copy full SHA for 5344791
ext/spl/spl_directory.c
@@ -20,12 +20,11 @@
20
21
#include "php.h"
22
#include "php_ini.h"
23
-#include "ext/standard/info.h"
24
#include "ext/standard/file.h"
+#include "ext/standard/php_filestat.h"
25
#include "ext/standard/flock_compat.h"
26
#include "ext/standard/scanf.h"
27
#include "ext/standard/php_string.h"
28
-#include "zend_compile.h"
29
#include "zend_exceptions.h"
30
#include "zend_interfaces.h"
31
@@ -37,12 +36,6 @@
37
36
#include "spl_directory_arginfo.h"
38
#include "spl_exceptions.h"
39
40
-#include "php.h"
41
-#include "fopen_wrappers.h"
42
-
43
-#include "ext/standard/basic_functions.h"
44
-#include "ext/standard/php_filestat.h"
45
46
#define SPL_HAS_FLAG(flags, test_flag) ((flags & test_flag) ? 1 : 0)
47
48
/* declare the class handlers */
0 commit comments