Home
last modified time | relevance | path

Searched refs:bit (Results 251 – 275 of 526) sorted by relevance

1...<<11121314151617181920>>...22

/php-src/ext/standard/tests/array/range/
H A Drange_variation1.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Drange_variation1_64bit.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/intl/tests/
H A Dgregoriancalendar_set_date_error.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
/php-src/ext/mysqli/tests/
H A Dbug67983.phpt2 Bug #67983: mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to interpret bit columns
/php-src/ext/ffi/tests/
H A Dgh10403.phpt6 <?php if (PHP_INT_SIZE != 8) echo "skip this test is for 64-bit only"; ?>
/php-src/ext/mbstring/tests/
H A Dbase64_encoding.phpt12 $converted = mb_convert_encoding($raw, 'Base64', '8bit');
15 $converted = mb_convert_encoding($base64, '8bit', 'Base64');
/php-src/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-src/ext/standard/tests/strings/
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.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dfprintf_variation_008_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dvprintf_basic7.phpt5 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dvprintf_basic7_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/ext/com_dotnet/tests/
H A Dbug73679.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
/php-src/ext/xml/tests/
H A Dbug72714.phpt7 if (PHP_INT_SIZE < 8) die('skip this test is for 64bit builds only');
/php-src/ext/standard/tests/array/
H A Darray_fill_error2.phpt4 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only"); ?>
/php-src/ext/dom/tests/modern/spec/
H A DCharacterData_substringData_edge_cases.phpt6 <?php if (PHP_INT_SIZE != 8) die("skip this test is for 64-bit only"); ?>
/php-src/ext/opcache/jit/ir/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-src/ext/standard/libavifinfo/
H A DREADME.md6 partially parse an AVIF payload and to extract the width, height, bit depth and
/php-src/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)
/php-src/ext/session/tests/
H A Dbug42596.phpt2 Bug #42596 (session.save_path MODE option will not set "write" bit for group or world)
/php-src/ext/random/tests/01_functions/
H A Dbug75170.phpt2 Bug #75170: mt_rand() bias on 64-bit machines
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_061.phpt4 <?php if (PHP_INT_SIZE == 4) die("SKIP: 64 bit test"); ?>

Completed in 35 milliseconds

1...<<11121314151617181920>>...22