Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 126 – 150 of 664) sorted by relevance

12345678910>>...27

/PHP-5.5/ext/standard/tests/file/
H A Drename_variation6.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip.. not for Windows');
H A Dfstat_variation8.phpt11 $isWin = (substr(PHP_OS, 0, 3) == 'WIN');
H A Dbug22414.phpt19 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Drealpath_basic4.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug69646.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Descapeshellarg_basic.phpt5 if( substr(PHP_OS, 0, 3) == "WIN" )
H A Dgetservbyname_variation10.phpt5 if(PHP_OS == 'Darwin') {
H A Dbug44295-win.phpt5 if(substr(PHP_OS, 0, 3) != "WIN") die("skip Windows only");
H A Descapeshellarg_basic-win32.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_basic3.phpt7 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dmail_basic4.phpt7 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dmail_basic5.phpt7 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dmail_variation1.phpt7 if(substr(PHP_OS, 0, 3) == "WIN")
H A Dbug51604.phpt8 if(substr(PHP_OS, 0, 3) == "WIN")
/PHP-5.5/ext/standard/tests/misc/
H A Dexec_basic1.phpt6 // if(substr(PHP_OS, 0, 3) == "WIN") die("skip not for Windows");
/PHP-5.5/ext/standard/tests/streams/
H A Dbug49936_win32.phpt5 if( substr(PHP_OS, 0, 3) != "WIN" )
H A Dbug61371-win.phpt5 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dbug61371.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
/PHP-5.5/ext/standard/tests/strings/
H A Dbug65230.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_get-2.phpt5 if(substr(PHP_OS, 0, 3) == 'WIN') die("skip on windows");
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_getInode_basic.phpt13 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
/PHP-5.5/ext/opcache/tests/
H A Dblacklist-win32.phpt10 <?php if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip only for Windows'); } ?>
/PHP-5.5/sapi/cli/tests/
H A D013.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
H A D015.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/math/
H A Dceil_basic.phpt6 if (strtolower(PHP_OS) == 'darwin') {

Completed in 47 milliseconds

12345678910>>...27