Home
last modified time | relevance | path

Searched refs:platform (Results 226 – 250 of 284) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/standard/tests/general_functions/
H A Dis_float_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dis_int.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dis_int_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dgettype_settype_variation1.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");
/PHP-8.0/tests/lang/operators/
H A DbitwiseXor_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A DbitwiseAnd_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A DbitwiseOr_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dmodulus_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dmultiply_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dadd_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dsubtract_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddivide_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A DbitwiseShiftLeft_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.0/ext/standard/tests/serialize/
H A Dserialization_miscTypes_001.phpt8 die("skip this test is for 32bit platform only");
/PHP-8.0/ext/standard/tests/file/
H A Dfscanf_variation3.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation34.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation40.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation9.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation33.phpt6 die("skip this test is for 32bit platform only");
H A Dfscanf_variation39.phpt6 die("skip this test is for 32bit platform only");
/PHP-8.0/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Dscalar_return_basic_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.0/ext/oci8/
H A Dconfig.m4162 AC_MSG_WARN([OCI8 extension: OCI8 DTrace support is not confirmed on this platform])
248 AC_MSG_CHECKING([if we're at 64-bit platform])
/PHP-8.0/Zend/tests/
H A Dcompare_002.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>

Completed in 45 milliseconds

12345678910>>...12