Searched refs:platform (Results 1 – 25 of 363) sorted by relevance
12345678910>>...15
/PHP-7.0/ext/pcntl/ |
H A D | config.m4 | 9 …rk, [ AC_DEFINE(HAVE_FORK,1,[ ]) ], [ AC_MSG_ERROR(pcntl: fork() not supported by this platform) ]) 10 …AC_DEFINE(HAVE_WAITPID,1,[ ]) ], [ AC_MSG_ERROR(pcntl: waitpid() not supported by this platform) ]) 11 …EFINE(HAVE_SIGACTION,1,[ ]) ], [ AC_MSG_ERROR(pcntl: sigaction() not supported by this platform) ])
|
/PHP-7.0/ext/standard/tests/misc/ |
H A D | get_browser_variation1.phpt | 46 ["platform"]=> 124 ["platform"]=> 194 ["platform"]=> 268 ["platform"]=> 340 ["platform"]=> 408 ["platform"]=> 476 ["platform"]=> 554 ["platform"]=> 624 ["platform"]=> 688 ["platform"]=> [all …]
|
H A D | get_browser_basic.phpt | 45 ["platform"]=> 117 ["platform"]=> 189 ["platform"]=> 261 ["platform"]=> 333 ["platform"]=> 405 ["platform"]=> 477 ["platform"]=> 549 ["platform"]=> 621 ["platform"]=> 693 ["platform"]=> [all …]
|
/PHP-7.0/ext/calendar/tests/ |
H A D | gregoriantojd_overflow.phpt | 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | juliantojd_overflow.phpt | 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | jdtojewish64.phpt | 7 die("skip this test is for 64bit platform only");
|
H A D | bug53574_1.phpt | 7 die("skip this test is for 32bit platform only");
|
H A D | bug53574_2.phpt | 7 die("skip this test is for 64bit platform only");
|
H A D | bug55797_1.phpt | 7 die("skip this test is for 32bit platform only");
|
H A D | bug55797_2.phpt | 7 die("skip this test is for 64bit platform only");
|
/PHP-7.0/Zend/tests/ |
H A D | int_overflow_32bit.phpt | 4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
|
H A D | int_underflow_32bit.phpt | 4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
|
H A D | int_underflow_64bit.phpt | 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | oct_overflow_32bit.phpt | 6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
|
H A D | hex_overflow_32bit.phpt | 6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
|
H A D | int_overflow_64bit.phpt | 4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | bug38770.phpt | 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
H A D | bug61764.phpt | 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
H A D | bug36306.phpt | 12 echo dechex(crc32("platform independent")) . "\n";
|
H A D | bug39873.phpt | 6 die("skip locale needed for this test is not supported on this platform");
|
H A D | bug72100.phpt | 5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
/PHP-7.0/ext/json/tests/ |
H A D | bug72787.phpt | 5 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
|
H A D | bug47644.phpt | 6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | glob_variation3.phpt | 2 Test glob() function: ensure no platform difference
|
H A D | glob_variation4.phpt | 2 Test glob() function: ensure no platform difference, variation 2
|
Completed in 32 milliseconds
12345678910>>...15