Home
last modified time | relevance | path

Searched refs:platform (Results 26 – 50 of 346) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/gd/libgd/
H A Dgdft.c350 unsigned short platform, encoding; local
465 platform = charmap->platform_id;
481 if ((platform == 3 && encoding == 1) /* Windows Unicode */
482 || (platform == 3 && encoding == 0) /* Windows Symbol */
483 || (platform == 2 && encoding == 1) /* ISO Unicode */
484 || (platform == 0))
488 } else if (platform == 3 && encoding == 4) { /* Windows Big5 */
491 } else if (platform == 3 && encoding == 2) { /* Windows Sjis */
494 } else if ((platform == 1 && encoding == 0) /* Apple Roman */
495 || (platform == 2 && encoding == 0))
/PHP-5.5/ext/standard/tests/mail/
H A Dezmlm_hash_basic.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dezmlm_hash_basic_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-5.5/ext/standard/tests/math/
H A Doctdec_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbindec_basic.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbindec_basic_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dhexdec_basic.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doctdec_basic_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbindec_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-5.5/Zend/tests/
H A Ddouble_to_string.phpt6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
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-5.5/ext/standard/tests/array/
H A Dbug35014_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dbug35014.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Drange_variation1_64bit.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Drange_variation1.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
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");
/PHP-5.5/ext/standard/tests/file/
H A Dglob_variation6.phpt2 Test glob() function: ensure no platform difference, variation 4
H A Dglob_variation5.phpt2 Test glob() function: ensure no platform difference, variation 3
/PHP-5.5/tests/security/
H A Dbug53226.phpt28 Warning: file_exists(): File name is longer than the maximum allowed path length on this platform (…
/PHP-5.5/ext/json/tests/
H A Dbug42785.phpt8 die("skip locale needed for this test is not supported on this platform");
/PHP-5.5/ext/xml/tests/
H A Dxml007.phpt8 die("skip strtoupper on non-ascii not supported on this platform");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtoupper.phpt6 die("skip locale needed for this test is not supported on this platform");

Completed in 35 milliseconds

12345678910>>...14