Home
last modified time | relevance | path

Searched refs:PHP_OS (Results 51 – 75 of 664) sorted by relevance

12345678910>>...27

/PHP-5.5/sapi/cli/tests/
H A D010-2.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/intl/tests/
H A Dbug67052-win32.phpt6 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dbug67052.phpt6 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/standard/tests/strings/
H A D007-win32.phpt4 <?php if( substr(PHP_OS, 0, 3) != "WIN") die('skip Windows only test');?>
H A D007.phpt4 <?php if( substr(PHP_OS, 0, 3) == "WIN") die('skip Non windows test');?>
/PHP-5.5/ext/spl/tests/
H A Dspl_fileinfo_getlinktarget_basic.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') die("skip this test not for Windows platforms");
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-1.phpt12 $domain = (strtoupper(substr(PHP_OS, 0, 3) == 'WIN') ? STREAM_PF_INET : STREAM_PF_UNIX);
H A Dsocket_select.phpt11 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dsocket_select-wrongparams-1-win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dsocket_select-wrongparams-4.phpt13 if (strtolower(substr(PHP_OS, 0, 3)) == 'win') {
H A Dbug51958.phpt11 if (PHP_OS != "WINNT")
/PHP-5.5/ext/standard/tests/file/
H A Dbug65272.phpt5 if (stripos(PHP_OS, 'win') !== 0) die("skip windows required");
H A Drealpath_cache_win32.phpt5 if (substr(PHP_OS, 0, 3) != 'WIN') {
H A Dlink_win32.phpt7 if(substr(PHP_OS, 0, 3) != 'WIN' ) {
H A Dumask_error.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/session/tests/
H A Drfc1867_invalid_settings_2-win.phpt9 if(substr(PHP_OS, 0, 3) != "WIN")
H A Drfc1867_invalid_settings_2.phpt9 if(substr(PHP_OS, 0, 3) == "WIN")
H A Drfc1867_invalid_settings-win.phpt9 if(substr(PHP_OS, 0, 3) != "WIN")
H A Drfc1867_invalid_settings.phpt9 if(substr(PHP_OS, 0, 3) == "WIN")
/PHP-5.5/ext/standard/tests/misc/
H A Dtime_nanosleep_error3.phpt5 if (strpos(strtoupper(PHP_OS), 'WIN') !== false) die("skip Test is not valid for Windows");
H A Dtime_nanosleep_error4.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') die("skip Test is not valid for Windows");
/PHP-5.5/ext/standard/tests/network/
H A Dbug64330.phpt6 if (!stristr(PHP_OS, "Linux")) die('skip abstract namespace is a Linux-only feature');
H A Dgetmxrr.phpt7 if (substr(PHP_OS, 0, 3) == 'WIN') {
/PHP-5.5/ext/zlib/tests/
H A Dreading_include_path.inc18 if(substr(PHP_OS, 0, 3) == 'WIN' ) {
/PHP-5.5/ext/date/tests/
H A Dbug65184.phpt5 if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {

Completed in 45 milliseconds

12345678910>>...27