mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Skip file_put_contents_variation7.phpt on Windows
This commit is contained in:
commit
19e685ecc4
@ -2,6 +2,11 @@
|
|||||||
Test file_put_contents() function : usage variation - various absolute and relative paths
|
Test file_put_contents() function : usage variation - various absolute and relative paths
|
||||||
--CREDITS--
|
--CREDITS--
|
||||||
Dave Kelsey <d_kelsey@uk.ibm.com>
|
Dave Kelsey <d_kelsey@uk.ibm.com>
|
||||||
|
--SKIPIF--
|
||||||
|
<?php
|
||||||
|
if(substr(PHP_OS, 0, 3) == "WIN")
|
||||||
|
die("skip Not for Windows");
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
echo "*** Testing file_put_contents() : usage variation ***\n";
|
echo "*** Testing file_put_contents() : usage variation ***\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user