Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.4/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-7.4/ext/standard/tests/misc/
H A Dget_browser_variation1.phpt36 ["platform"]=>
114 ["platform"]=>
184 ["platform"]=>
258 ["platform"]=>
330 ["platform"]=>
398 ["platform"]=>
466 ["platform"]=>
544 ["platform"]=>
614 ["platform"]=>
678 ["platform"]=>
[all …]
H A Dget_browser_basic.phpt35 ["platform"]=>
107 ["platform"]=>
179 ["platform"]=>
251 ["platform"]=>
323 ["platform"]=>
395 ["platform"]=>
467 ["platform"]=>
539 ["platform"]=>
611 ["platform"]=>
683 ["platform"]=>
[all …]
/PHP-7.4/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-7.4/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"); ?>
H A Ddouble_to_string_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-7.4/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-7.4/ext/json/tests/
H A Dbug72787.phpt5 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug47644.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/ext/standard/tests/file/
H A Dglob_variation3.phpt2 Test glob() function: ensure no platform difference
H A Dglob_variation4.phpt2 Test glob() function: ensure no platform difference, variation 2
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug70728.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");

Completed in 37 milliseconds

12345678910>>...14