mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Skip parse_ini_file_variation6.phpt on Windows
This commit is contained in:
commit
a7aba3571f
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
Test parse_ini_file() function : variation - various absolute and relative paths
|
Test parse_ini_file() function : 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 Only run on Windows");
|
||||||
|
?>
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
echo "*** Testing parse_ini_file() : variation ***\n";
|
echo "*** Testing parse_ini_file() : variation ***\n";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue