Searched refs:platform (Results 1 – 25 of 315) sorted by relevance
12345678910>>...13
7 AC_CHECK_FUNCS([fork], [], [AC_MSG_ERROR([pcntl: fork() not supported by this platform])])8 AC_CHECK_FUNCS([waitpid], [], [AC_MSG_ERROR([pcntl: waitpid() not supported by this platform])])9 …AC_CHECK_FUNCS([sigaction], [], [AC_MSG_ERROR([pcntl: sigaction() not supported by this platform])…
25 ["platform"]=>97 ["platform"]=>169 ["platform"]=>241 ["platform"]=>313 ["platform"]=>385 ["platform"]=>457 ["platform"]=>529 ["platform"]=>601 ["platform"]=>673 ["platform"]=>[all …]
26 ["platform"]=>104 ["platform"]=>174 ["platform"]=>248 ["platform"]=>320 ["platform"]=>388 ["platform"]=>456 ["platform"]=>534 ["platform"]=>604 ["platform"]=>668 ["platform"]=>[all …]
2 …t be enabled with the steps in https://www.docker.com/blog/faster-multi-platform-builds-dockerfile…3 FROM --platform=arm64 ubuntu:20.04
6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
8 die("skip this test is for 64bit platform only");
8 die("skip this test is for 32bit platform only");
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
12 echo dechex(crc32("platform independent")) . "\n";
6 die("skip locale needed for this test is not supported on this platform");
13 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
Completed in 25 milliseconds