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 02ef371 commit 3656a84Copy full SHA for 3656a84
ext/standard/tests/file/file_put_contents_variation7.phpt
@@ -2,6 +2,11 @@
2
Test file_put_contents() function : usage variation - various absolute and relative paths
3
--CREDITS--
4
Dave Kelsey <[email protected]>
5
+--SKIPIF--
6
+<?php
7
+if(substr(PHP_OS, 0, 3) == "WIN")
8
+ die("skip Not for Windows");
9
+?>
10
--FILE--
11
<?php
12
echo "*** Testing file_put_contents() : usage variation ***\n";
0 commit comments