Searched refs:BIT (Results 1 – 18 of 18) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | file.h | 348 #define BIT(A) (1 << (A)) macro 354 #define STRING_TEXTTEST BIT(5) 355 #define STRING_BINTEST BIT(6) 356 #define PSTRING_1_BE BIT(7) 357 #define PSTRING_1_LE BIT(7) 358 #define PSTRING_2_BE BIT(8) 359 #define PSTRING_2_LE BIT(9) 360 #define PSTRING_4_BE BIT(10) 361 #define PSTRING_4_LE BIT(11) 362 #define REGEX_LINE_COUNT BIT(11) [all …]
|
/PHP-8.1/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_bit.phpt | 2 MySQL PDO->exec(), BIT columns - remove after fix! 10 die("skip Known bug - mysqlnd handles BIT incorrectly!"); 14 /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */ 47 test_type($db, 20, 'BIT(8)', 1);
|
H A D | pdo_mysql_types.phpt | 93 test_type($db, 20, 'BIT(8)', 1);
|
H A D | pdo_mysql_stmt_bindparam_types.phpt | 104 // pdo_mysql_stmt_bindparam_types($db, 2, 'BIT(8)', 1);
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 143 test_meta($db, 20, 'BIT(8)', 1, 'BIT', PDO::PARAM_INT);
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_fetch_assoc_bit.phpt | 2 mysqli_fetch_assoc() - BIT 45 …link, $sql = sprintf('CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE… 87 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
|
H A D | mysqli_stmt_fetch_bit.phpt | 2 Fetching BIT column values using the PS API 27 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits,… 53 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
|
H A D | mysqli_stmt_get_result_bit.phpt | 2 Fetching BIT column values using the PS API 48 …l = sprintf('CREATE TABLE test(id BIGINT UNSIGNED, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE… 99 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
|
H A D | bug67983.phpt | 23 mysqli_query($connection, 'CREATE TABLE test (id BIT(8))');
|
H A D | mysqli_options_int_and_float_native.phpt | 19 'BIT' => array('BIT(8)', 0),
|
H A D | mysqli_stmt_bind_result_bit.phpt | 47 …y($link_ins, sprintf("CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE… 128 … printf("[012 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
|
H A D | mysqli_fetch_field_flags.phpt | 82 'BIT' => 'UNSIGNED', 157 case 'BIT':
|
H A D | mysqli_fetch_field_types.phpt | 100 $datatypes[MYSQLI_TYPE_BIT] = array('BIT', 0);
|
H A D | mysqli_fetch_array.phpt | 2 mysqli_fetch_array() - all datatypes but BIT
|
/PHP-8.1/ext/pdo_dblib/tests/ |
H A D | types.phpt | 33 CAST(0 AS BIT) AS [false], 38 CAST(1 AS BIT) AS [true]
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | mysql_statement.c | 727 PDO_MYSQL_NATIVE_TYPE_NAME(BIT) in type_to_name_native()
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 4829 0 string 2BIT Audio Visual Research file, 35097 >>>&3 string a Xilinx BIT data
|
H A D | magic私はガラスを食べられます | 4829 0 string 2BIT Audio Visual Research file, 35097 >>>&3 string a Xilinx BIT data
|
Completed in 181 milliseconds