Home
last modified time | relevance | path

Searched refs:platform (Results 51 – 75 of 284) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/standard/tests/array/
H A Dmax_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dmin_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Darray_keys_variation_002.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.0/ext/standard/tests/strings/
H A Dvsprintf_basic7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvsprintf_basic7_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfprintf_variation_008.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dstrtoupper.phpt6 die("skip locale needed for this test is not supported on this platform");
H A Dfprintf_variation_008_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.0/tests/basic/
H A Dconsistent_float_string_casts.phpt10 die("skip locale needed for this test is not supported on this platform");
/PHP-8.0/ext/gd/libgd/
H A Dgdft.c370 unsigned short platform, encoding; local
480 platform = charmap->platform_id;
502 if ((platform == 3 && encoding == 1) /* Windows Unicode */
503 || (platform == 3 && encoding == 0) /* Windows Symbol */
504 || (platform == 2 && encoding == 1) /* ISO Unicode */
505 || (platform == 0))
512 } else if (platform == 3 && encoding == 4) { /* Windows Big5 */
518 } else if (platform == 3 && encoding == 2) { /* Windows Sjis */
524 } else if ((platform == 1 && encoding == 0) /* Apple Roman */
525 || (platform == 2 && encoding == 0))
/PHP-8.0/ext/standard/tests/math/
H A Dhexdec_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Datan_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dcos_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dsin_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtanh_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dasinh_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtan_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.0/Zend/tests/
H A Ddecrement_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.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
/PHP-8.0/ext/standard/tests/misc/
H A Dbug77338.phpt25 ["platform"]=>
/PHP-8.0/tests/lang/operators/
H A Dnegate_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpredec_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpreinc_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A DbitwiseNot_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");

Completed in 30 milliseconds

12345678910>>...12