Home
last modified time | relevance | path

Searched refs:BIT (Results 1 – 19 of 19) sorted by relevance

/php-src/ext/fileinfo/libmagic/
H A Dfile.h371 #define BIT(A) (1 << (A)) macro
377 #define STRING_TEXTTEST BIT(5)
378 #define STRING_BINTEST BIT(6)
379 #define PSTRING_1_BE BIT(7)
380 #define PSTRING_1_LE BIT(7)
381 #define PSTRING_2_BE BIT(8)
382 #define PSTRING_2_LE BIT(9)
383 #define PSTRING_4_BE BIT(10)
384 #define PSTRING_4_LE BIT(11)
385 #define REGEX_LINE_COUNT BIT(11)
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt2 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 */
45 test_type($db, 20, 'BIT(8)', 1);
H A Dbug75177.phpt16 $pdo->query("CREATE TABLE test_75177 (`bit` BIT(8)) ENGINE=InnoDB");
H A Dpdo_mysql_stmt_bindparam_types.phpt97 // pdo_mysql_stmt_bindparam_types($db, 2, 'BIT(8)', 1);
H A Dpdo_mysql_types.phpt93 test_type($db, 20, 'BIT(8)', 1);
H A Dpdo_mysql_stmt_getcolumnmeta.phpt138 test_meta($db, 20, 'BIT(8)', 1, 'BIT', PDO::PARAM_INT);
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt2 mysqli_fetch_assoc() - BIT
44 …link, $sql = sprintf('CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE…
86 … printf("[006 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_stmt_get_result_bit.phpt2 Fetching BIT column values using the PS API
47 …l = sprintf('CREATE TABLE test(id BIGINT UNSIGNED, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE…
98 … printf("[008 - %d] Insert of %s in BIT(%d) column might have failed. id = %s, bin = %s (%s/%s)\n",
H A Dmysqli_stmt_fetch_bit.phpt2 Fetching BIT column values using the PS API
29 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits,…
55 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
H A Dbug67983.phpt20 mysqli_query($connection, 'CREATE TABLE test (id BIT(8))');
H A Dmysqli_options_int_and_float_native.phpt15 'BIT' => array('BIT(8)', 0),
H A Dmysqli_stmt_bind_result_bit.phpt47 …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 Dmysqli_fetch_field_flags.phpt80 'BIT' => 'UNSIGNED',
155 case 'BIT':
H A Dmysqli_fetch_field_types.phpt100 $datatypes[MYSQLI_TYPE_BIT] = array('BIT', 0);
H A Dmysqli_fetch_array.phpt2 mysqli_fetch_array() - all datatypes but BIT
/php-src/ext/pdo_dblib/tests/
H A Dtypes.phpt36 CAST(0 AS BIT) AS [false],
41 CAST(1 AS BIT) AS [true]
/php-src/ext/pdo_mysql/
H A Dmysql_statement.c727 PDO_MYSQL_NATIVE_TYPE_NAME(BIT) in type_to_name_native()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます5340 0 string 2BIT Audio Visual Research file,
40848 >>>&3 string a Xilinx BIT data
H A Dmagic5340 0 string 2BIT Audio Visual Research file,
40848 >>>&3 string a Xilinx BIT data

Completed in 202 milliseconds