Searched refs:PHP_OS_FAMILY (Results 1 – 25 of 191) sorted by relevance
12345678
6 if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !==…
41 # define PHP_OS_FAMILY "Windows" macro43 # define PHP_OS_FAMILY "BSD" macro45 # define PHP_OS_FAMILY "Darwin" macro47 # define PHP_OS_FAMILY "Solaris" macro49 # define PHP_OS_FAMILY "Linux" macro51 # define PHP_OS_FAMILY "Unknown" macro
8 if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support pass…26 if (PHP_OS_FAMILY !== 'Windows') {
7 if(PHP_OS_FAMILY !== "Windows")
5 if (PHP_OS_FAMILY !== "Windows") die("skip for Windows only");
6 if (PHP_OS_FAMILY !== "Windows") die("skip Windows only test");
5 if(PHP_OS_FAMILY === "Windows") {
15 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
9 …if ((PHP_OS_FAMILY === 'Windows' && $errno !== 10049) || (PHP_OS_FAMILY !== 'Windows' && $errno !=…
5 if(PHP_OS_FAMILY !== "Windows") {
12 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
13 if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
12 if (PHP_OS_FAMILY != 'Windows') die('skip Windows only test');
Completed in 29 milliseconds