Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dfile.h296 #define BIT(A) (1 << (A)) macro
299 #define STRING_IGNORE_LOWERCASE BIT(2)
301 #define REGEX_OFFSET_START BIT(4)
302 #define STRING_TEXTTEST BIT(5)
303 #define STRING_BINTEST BIT(6)
304 #define PSTRING_1_BE BIT(7)
305 #define PSTRING_1_LE BIT(7)
306 #define PSTRING_2_BE BIT(8)
307 #define PSTRING_2_LE BIT(9)
308 #define PSTRING_4_BE BIT(10)
[all …]
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_bit.phpt2 MySQL PDO->exec(), BIT columns - remove after fix!
9 die("skip Known bug - mysqlnd handles BIT incorrectly!");
13 /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */
46 test_type($db, 20, 'BIT(8)', 1);
H A Dpdo_mysql_stmt_bindparam_types.phpt103 // pdo_mysql_stmt_bindparam_types($db, 2, 'BIT(8)', 1);
H A Dpdo_mysql_types.phpt92 test_type($db, 20, 'BIT(8)', 1);
H A Dpdo_mysql_stmt_getcolumnmeta.phpt151 test_meta($db, 20, 'BIT(8)', 1, NULL, ($is_mysqlnd) ? PDO::PARAM_INT : PDO::PARAM_STR);
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_bit.phpt2 mysqli_fetch_assoc() - BIT
48 …link, $sql = sprintf('CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE…
90 … 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
51 …l = sprintf('CREATE TABLE test(id BIGINT UNSIGNED, bit_value BIT(%d) NOT NULL, bit_null BIT(%d) DE…
102 … 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
30 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits,…
56 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
H A Dmysqli_options_int_and_float_native.phpt19 '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.phpt83 'BIT' => 'UNSIGNED',
172 case 'BIT':
H A Dmysqli_fetch_field_types.phpt107 $datatypes[MYSQLI_TYPE_BIT] = array('BIT', 0);
H A Dmysqli_fetch_array.phpt2 mysqli_fetch_array() - all datatypes but BIT
/PHP-5.3/ext/mysql/tests/
H A Dmysql_fetch_field.phpt51 'BIT' => array(1, 'int'),
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt288 PCRE 16-BIT API 16-BIT-ONLY FUNCTION
295 THE PCRE 16-BIT LIBRARY
356 16-BIT FUNCTIONS
490 NOT SUPPORTED IN 16-BIT MODE
617 PCRE 32-BIT API 32-BIT-ONLY FUNCTION
624 THE PCRE 32-BIT LIBRARY
685 32-BIT FUNCTIONS
816 NOT SUPPORTED IN 32-BIT MODE
874 BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES
1647 PCRE 8-BIT, 16-BIT, AND 32-BIT LIBRARIES
[all …]
/PHP-5.3/
H A DNEWS2185 - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
5436 - Fixed bug #37671 (MySQLi extension fails to recognize BIT column). (Ilia)
5593 - Added new mysqli constants for BIT and NEW_DECIMAL field types:
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic2577 0 string 2BIT Audio Visual Research file,
15959 >>>>&0 pstring a Xilinx BIT data

Completed in 97 milliseconds