Skip to content

Commit 38ec780

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Skip file_put_contents_variation7.phpt on Windows
2 parents dbd6c94 + 3656a84 commit 38ec780

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/standard/tests/file/file_put_contents_variation7.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Test file_put_contents() function : usage variation - various absolute and relative paths
33
--CREDITS--
44
Dave Kelsey <d_kelsey@uk.ibm.com>
5+
--SKIPIF--
6+
<?php
7+
if(substr(PHP_OS, 0, 3) == "WIN")
8+
die("skip Not for Windows");
9+
?>
510
--FILE--
611
<?php
712
echo "*** Testing file_put_contents() : usage variation ***\n";

0 commit comments

Comments
 (0)