mirror of
https://github.com/php/php-src.git
synced 2024-12-21 07:51:23 +08:00
Bug #62177 deactivate the linux test version on win
This commit is contained in:
parent
dbc727373c
commit
b4b0aaae93
@ -1,7 +1,11 @@
|
||||
--TEST--
|
||||
Test finfo_file() function : regex rules
|
||||
--SKIPIF--
|
||||
<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
|
||||
<?php require_once(dirname(__FILE__) . '/skipif.inc');
|
||||
if (substr(PHP_OS, 0, 3) == 'WIN') {
|
||||
die('skip.. only for Non Windows Systems');
|
||||
}
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user