Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/PHP-8.3/ext/pcntl/
H A Dconfig.m47 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])…
/PHP-8.3/ext/standard/tests/misc/
H A Dget_browser_basic.phpt25 ["platform"]=>
97 ["platform"]=>
169 ["platform"]=>
241 ["platform"]=>
313 ["platform"]=>
385 ["platform"]=>
457 ["platform"]=>
529 ["platform"]=>
601 ["platform"]=>
673 ["platform"]=>
[all …]
H A Dget_browser_variation1.phpt26 ["platform"]=>
104 ["platform"]=>
174 ["platform"]=>
248 ["platform"]=>
320 ["platform"]=>
388 ["platform"]=>
456 ["platform"]=>
534 ["platform"]=>
604 ["platform"]=>
668 ["platform"]=>
[all …]
/PHP-8.3/ext/opcache/jit/
H A DDockerfile.arm64.example2 …t be enabled with the steps in https://www.docker.com/blog/faster-multi-platform-builds-dockerfile…
3 FROM --platform=arm64 ubuntu:20.04
/PHP-8.3/ext/calendar/tests/
H A Dgregoriantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djuliantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djdtojewish64.phpt8 die("skip this test is for 64bit platform only");
/PHP-8.3/Zend/tests/
H A Dbug77660.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dint_overflow_32bit.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_32bit.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dint_underflow_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dhex_overflow_32bit.phpt6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
/PHP-8.3/Zend/tests/in-de-crement/
H A Ddecrement_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dincrement_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddecrement_001_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dincrement_001_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.3/ext/json/tests/
H A Dbug72787.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug47644.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Djson_validate_003.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.3/ext/standard/tests/strings/
H A Dbug38770.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug23894_32bit.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug23894_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug61764.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.3/ext/opcache/tests/jit/
H A Dadd_003.phpt13 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dadd_004.phpt13 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");

Completed in 56 milliseconds

12345678910>>...13