Home
last modified time | relevance | path

Searched refs:platform (Results 301 – 325 of 346) sorted by relevance

1...<<11121314

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation9.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation55.phpt6 die("skip this test is for 32bit platform only");
/PHP-5.5/Zend/tests/
H A Dcompare_002.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_002_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_003.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_004.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_005.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_006.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dcompare_001_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_003_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_004_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Dcompare_005_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dgettype_settype_variation6.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dgettype_settype_variation8.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dgettype_settype_variation7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvar_export-locale.phpt8 die("skip locale needed for this test is not supported on this platform");
H A Dgettype_settype_variation5.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-5.5/TSRM/
H A DTSRM.c116 # warning tsrm_set_interpreter_context is probably broken on this platform
/PHP-5.5/ext/oci8/
H A Dconfig.m4152 AC_MSG_CHECKING([checking if we're on a 64-bit platform])
/PHP-5.5/ext/standard/
H A Durl.c31 #error On this EBCDIC platform, PHP is only supported as an Apache module.
/PHP-5.5/ext/json/tests/
H A Dpass001.1.phpt8 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dpass001.1_64bit.phpt8 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation3.phpt22 // a default charset determined by the platform. In order for this test to

Completed in 67 milliseconds

1...<<11121314