Home
last modified time | relevance | path

Searched refs:bit (Results 251 – 275 of 487) sorted by last modified time

1...<<11121314151617181920

/PHP-7.4/ext/date/tests/
H A Dlocaltime_variation3.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dmktime-3.phpt2 mktime() [3] (32-bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
H A Dstrftime_variation23.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dbug36988.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dbug52062.phpt2 Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimestamp) (32 bit)
5 if (PHP_INT_SIZE != 4) die('skip 32-bit only');
H A Dbug53437_var6.phpt2 Bug #53437 DateInterval unserialize bad data, 64 bit
4 <?php if (PHP_INT_SIZE != 8) { die('skip true 64 bit only'); } ?>
H A Ddate_sunrise_variation9.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Ddate_sunset_variation9.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dgetdate_variation7.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
H A Dgmdate_variation14.phpt4 <?php if (PHP_INT_SIZE != 4) echo "skip this test is for 32-bit only"; ?>
/PHP-7.4/ext/curl/tests/
H A Dbug69316.phpt12 …// cause an allocation of approx the same size as a FILE structure, size varies a bit depending on…
/PHP-7.4/docs/
H A Dparameter-parsing-api.md104 ## Note on 64bit compatibility
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_075.phpt4 <?php if (PHP_INT_SIZE == 4) die("SKIP: 64 bit test"); ?>
/PHP-7.4/Zend/tests/array_unpack/
H A Dalready_occupied.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip 64bit only"); ?>
/PHP-7.4/tests/lang/constants/
H A DPHP_INT_32bit.phpt2 Test PHP_INT_MIN, PHP_INT_MAX and PHP_INT_SIZE (32-bit)
5 die("skip this test is for 32-bit platforms only"); ?>
H A DPHP_INT_64bit.phpt2 Test PHP_INT_MIN, PHP_INT_MAX and PHP_INT_SIZE (64-bit)
5 die("skip this test is for 64-bit platforms only"); ?>
/PHP-7.4/sapi/fpm/tests/
H A Dfcgi.inc508 // Pick random number between 1 and max 16 bit unsigned int 65535
/PHP-7.4/ext/zip/tests/
H A Dbug7658.phpt2 Bug #7658 (modify archive with general bit flag 3 set)
/PHP-7.4/ext/xmlrpc/tests/
H A Dbug40576_64bit.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dbug70728.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug40576.phpt6 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dbug70728_64bit.phpt6 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-7.4/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 Dvsprintf_variation11.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");

Completed in 45 milliseconds

1...<<11121314151617181920