Home
last modified time | relevance | path

Searched refs:bit (Results 126 – 150 of 526) sorted by relevance

12345678910>>...22

/php-src/ext/fileinfo/tests/upstream/
H A Ddsd64-dff.result1 DSDIFF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.0.0
H A Ddsd64-dsf.result1 DSF audio bitstream data, 1 bit, mono, "DSD 64" 2822400 Hz, no compression, ID3 version 2.3.0
H A Dext4.result1 Linux rev 1.0 ext4 filesystem data, UUID=d32bbb08-3a76-4510-a064-3045f887dbdf (extents) (64bit) (la…
/php-src/ext/standard/tests/math/
H A Dround_bug71201.phpt2 Bug #71201 round() segfault on 64-bit builds
/php-src/ext/standard/tests/serialize/
H A Dbug31442.phpt2 Bug #31442 (unserialize broken on 64-bit systems)
H A Dbug46882.phpt2 Bug #46882 (Serialize / Unserialize misbehaviour under OS with different bit numbers)
/php-src/ext/filter/tests/
H A D046.phpt9 case "2147483647": /* 32-bit systems */
14 case "9223372036854775807": /* 64-bit systems */
/php-src/tests/lang/operators/
H A Doperator_gt_or_equal_variation_64bit.phpt2 Test >= operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_lt_or_equal_variation.phpt2 Test <= operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_lt_or_equal_variation_64bit.phpt2 Test <= operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_equals_variation.phpt2 Test == operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_equals_variation_64bit.phpt2 Test == operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_gt_or_equal_variation.phpt2 Test >= operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_identical_variation.phpt2 Test === operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_identical_variation_64bit.phpt2 Test === operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_notequals_variation.phpt2 Test != operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_notequals_variation_64bit.phpt2 Test == operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Doperator_notidentical_variation.phpt2 Test !== operator : max int 32bit range
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Doperator_notidentical_variation_64bit.phpt2 Test !== operator : max int 64bit range
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/date/tests/
H A Dstrtotime3-64bit.phpt2 strtotime() function (64 bit)
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-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');
/php-src/Zend/tests/
H A Dbug46701.phpt2 Bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
4 <?php if (PHP_INT_SIZE != 4) die('skip this test is for 32bit platforms only'); ?>
H A Dbug34879.phpt2 Bug #34879 (str_replace, array_map corrupt negative array indexes on 64-bit platforms)
/php-src/ext/calendar/tests/
H A Dgregoriantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
H A Djuliantojd_overflow.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>

Completed in 43 milliseconds

12345678910>>...22