Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/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.0/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.0/ext/calendar/tests/
H A Dgregoriantojd_overflow.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djuliantojd_overflow.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djdtojewish64.phpt7 die("skip this test is for 64bit platform only");
H A Dbug53574_1.phpt7 die("skip this test is for 32bit platform only");
H A Dbug53574_2.phpt7 die("skip this test is for 64bit platform only");
/PHP-8.0/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"); ?>
H A Dint_overflow_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.0/ext/standard/tests/strings/
H A Dbug38770.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");
H A Dbug36306.phpt12 echo dechex(crc32("platform independent")) . "\n";
H A Dbug39873.phpt6 die("skip locale needed for this test is not supported on this platform");
H A Dbug72100.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.0/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");
/PHP-8.0/ext/standard/tests/array/
H A Dbug35014.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dbug35014_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.0/ext/standard/tests/file/
H A Dglob_variation3.phpt2 Test glob() function: ensure no platform difference
/PHP-8.0/ext/intl/tests/
H A Dresourcebundle.inc3 // Check if platform is Big or Little endian

Completed in 32 milliseconds

12345678910>>...12