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 2d8027e commit e232b21Copy full SHA for e232b21
ext/standard/tests/file/001.phpt
@@ -74,13 +74,6 @@ if (is_executable('test.file')) {
74
} else {
75
echo "test.file is not executable\n";
76
}
77
-chmod ('test.file', 0644);
78
-clearstatcache();
79
-if (is_executable('test.file')) {
80
- echo "test.file is executable\n";
81
-} else {
82
- echo "test.file is not executable\n";
83
-}
84
if (is_file('test.file')) {
85
echo "test.file is a regular file\n";
86
@@ -140,7 +133,6 @@ test.file size is 0
140
133
test.file is writeable
141
134
test.file is readable
142
135
test.file is executable
143
-test.file is not executable
144
136
test.file is a regular file
145
137
test.link is a regular file
146
138
test.link is not a directory
0 commit comments