Home
last modified time | relevance | path

Searched refs:PHP_OS_FAMILY (Results 1 – 25 of 151) sorted by relevance

1234567

/PHP-8.1/ext/standard/tests/streams/
H A Dbug76136.phpt6 if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !==…
/PHP-8.1/main/
H A Dphp.h41 # define PHP_OS_FAMILY "Windows" macro
43 # define PHP_OS_FAMILY "BSD" macro
45 # define PHP_OS_FAMILY "Darwin" macro
47 # define PHP_OS_FAMILY "Solaris" macro
49 # define PHP_OS_FAMILY "Linux" macro
51 # define PHP_OS_FAMILY "Unknown" macro
/PHP-8.1/ext/curl/tests/
H A Dbug45161.phpt7 if (PHP_OS_FAMILY === 'Windows') die('skip This test is insanely slow on Windows');
16 $fp = fopen(PHP_OS_FAMILY === 'Windows' ? 'nul' : '/dev/null', 'w');
/PHP-8.1/ext/ffi/tests/
H A Dbug80847.phpt8 if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support pass…
26 if (PHP_OS_FAMILY !== 'Windows') {
/PHP-8.1/tests/basic/
H A Dreq60524-win.phpt7 if(PHP_OS_FAMILY !== "Windows")
H A Dtimeout_variation_1.phpt6 if (PHP_OS_FAMILY !== "Windows") die("skip Windows only test");
H A Dgh7896.phpt5 if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
H A Dtimeout_variation_4.phpt6 if (PHP_OS_FAMILY !== "Windows") die("skip Windows only test");
/PHP-8.1/tests/output/
H A Dsapi_windows_vt100_support_notwindows.phpt5 if(PHP_OS_FAMILY === "Windows") {
/PHP-8.1/ext/standard/tests/network/
H A Dtcp6loop.phpt9 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
H A Dudp6loop.phpt15 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
/PHP-8.1/tests/lang/
H A Dbug38579.phpt5 if(PHP_OS_FAMILY !== "WIN") {
/PHP-8.1/ext/opcache/tests/
H A Dpreload_005.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_007.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_008.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_013.phpt13 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_dynamic_def_removal.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_ind.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreloading_no_auto_globals_jit.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dbug78175.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_early_binding.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_windows.phpt12 if (PHP_OS_FAMILY != 'Windows') die('skip Windows only test');
H A Dpreload_dynamic_function.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
H A Dpreload_static_var_inheritance.phpt12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug81256.phpt7 if (PHP_OS_FAMILY === "Windows") die("skip Windows does not support preloading");

Completed in 25 milliseconds

1234567