Home
last modified time | relevance | path

Searched refs:bit (Results 226 – 250 of 483) sorted by relevance

12345678910>>...20

/PHP-8.1/ext/standard/tests/strings/
H A Dfprintf_variation_006_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfprintf_variation_007.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dfprintf_variation_007_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dchunk_split_variation2_32bit.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dstrpos_variation1.phpt2 Test strpos() function : usage variations - complex strings containing other than 7-bit chars
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 Dstrstr_variation1.phpt2 Test strstr() function : usage variations - complex strings containing other than 7-bit chars
H A Dfprintf_variation_008_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dfprintf_variation_008.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvprintf_basic7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
/PHP-8.1/ext/ffi/tests/
H A Dgh10403.phpt6 <?php if (PHP_INT_SIZE != 8) echo "skip this test is for 64-bit only"; ?>
H A D031.phpt2 FFI 031: bit-fields packing
/PHP-8.1/ext/com_dotnet/tests/
H A Dbug73679.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
/PHP-8.1/ext/mysqli/tests/
H A Dbug73800.phpt8 if (PHP_INT_SIZE != 8) die('skip requires 64-bit');
H A Dbug67983.phpt2 Bug #67983: mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns
/PHP-8.1/tests/lang/integer_literals/
H A Doctal_64bit.phpt2 Octal integer strings (64bit)
5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua29 local bit = bit or require("bit")
30 local band, shl, shr, sar = bit.band, bit.lshift, bit.rshift, bit.arshift
31 local ror, tohex, tobit = bit.ror, bit.tohex, bit.tobit
366 if band(n, 1) == 1 then n = bit.bnot(n); inv = true end
475 return shl(bit.bxor(c, inv), 12)
/PHP-8.1/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/PHP-8.1/Zend/tests/
H A Dincrement_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddecrement_001.phpt4 <?php if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only"); ?>
H A Ddecrement_001_64bit.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/PHP-8.1/ext/standard/tests/math/
H A Dbug75170.phpt2 Bug #75170: mt_rand() bias on 64-bit machines
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug39322.phpt20 sleep(1); // wait a bit to let the process finish
/PHP-8.1/ext/pdo_firebird/tests/
H A Dgh10908.phpt2 GH-10908 (Bus error with PDO Firebird on RPI with 64 bit kernel and 32 bit userland)

Completed in 45 milliseconds

12345678910>>...20