Home
last modified time | relevance | path

Searched refs:bit (Results 76 – 100 of 526) sorted by relevance

12345678910>>...22

/php-src/tests/lang/operators/
H A Dpredec_basiclong_64bit.phpt2 Test --N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpreinc_basiclong_64bit.phpt2 Test ++N operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpostdec_basiclong_64bit.phpt2 Test N-- operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpostinc_basiclong_64bit.phpt2 Test N++ operator : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/date/tests/
H A Dbug41523.phpt2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit)
4 <?php if (PHP_INT_SIZE == 8) die("skip 32-bit only"); ?>
/php-src/ext/standard/tests/math/
H A Dasinh_basiclong_64bit.phpt2 Test asinh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Datan_basiclong_64bit.phpt2 Test atan function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dcos_basiclong_64bit.phpt2 Test cos function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dsin_basiclong_64bit.phpt2 Test sin function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtan_basiclong_64bit.phpt2 Test tan function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dtanh_basiclong_64bit.phpt2 Test tanh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dabs_basiclong_64bit.phpt2 Test abs function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dacosh_basiclong_64bit.phpt2 Test acosh function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dceil_basiclong_64bit.phpt2 Test ceil function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Ddeg2rad_basiclong_64bit.phpt2 Test deg2rad function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dexp_basiclong_64bit.phpt2 Test exp function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dexpm1_basiclong_64bit.phpt2 Test expm1 function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfloor_basiclong_64bit.phpt2 Test floor function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dlog10_basiclong_64bit.phpt2 Test log10 function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dlog1p_basiclong_64bit.phpt2 Test log1p function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dlog_basiclong_64bit.phpt2 Test log function : 64bit long tests
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/standard/tests/network/
H A Dip2long_variation2_x64.phpt2 Test ip2long() function : usage variation 2, 64 bit
11 if(PHP_INT_SIZE != 8) {die('skip 64 bit only');}
/php-src/ext/calendar/tests/
H A Deaster_date_64bit.phpt2 Test easter_date() on 64bit systems
4 <?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
/php-src/win32/build/
H A Dconfig.w32.h.in79 /* int and long are still 32bit in 64bit compiles */
107 /* vs.net 2005 has a 64-bit time_t. This will likely break
109 * back to 32-bit */
/php-src/ext/sqlite3/tests/
H A Dbug63921-32bit.phpt7 if (PHP_INT_SIZE > 4) die('skip 32-bit only'); // skip for 64bit builds - there is another test for…

Completed in 31 milliseconds

12345678910>>...22