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.
2 parents eee9a05 + 1b961c0 commit 807d6c0Copy full SHA for 807d6c0
ext/standard/tests/file/lstat_stat_variation20.phpt
@@ -1,5 +1,12 @@
1
--TEST--
2
Test lstat() and stat() functions: usage variations - link names stored in array/object
3
+--SKIPIF--
4
+<?php
5
+if (PHP_OS_FAMILY === 'Windows') {
6
+ include_once __DIR__ . '/windows_links/common.inc';
7
+ skipIfSeCreateSymbolicLinkPrivilegeIsDisabled(__FILE__);
8
+}
9
+?>
10
--FILE--
11
<?php
12
/* test for stats of link when their names are stored in object and array */
0 commit comments