Searched refs:bit (Results 176 – 200 of 567) sorted by relevance
12345678910>>...23
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
2 Bug #75170: mt_rand() bias on 64-bit machines
7 die("skip this test is for 32bit platform only");
7 die("skip this test is for 64bit platform only");
5 if (substr(PHP_OS, 0, 3) != 'WIN' || PHP_INT_SIZE != 4) die("skip this test is for 32bit Windows pl…
5 if (substr(PHP_OS, 0, 3) == 'WIN' && PHP_INT_SIZE == 4) die("skip this test is not for 32bit Window…
6 * Description: Convert a quoted-printable string to an 8 bit string
6 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
6 die('skip.. only valid for 64-bit');
7 if (PHP_INT_SIZE != 8) die('skip requires 64-bit');
7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
5 if (PHP_INT_SIZE != 8) die('skip 64-bit only');
6 if (PHP_INT_SIZE != 4) die('skip for 32bit platforms only');
5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platforms only");
2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
20 sleep(1); // wait a bit to let the process finish
Completed in 24 milliseconds