/PHP-8.2/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_param_type_juggling.phpt | 88 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', 1, 2, 20); 94 bind_twice($link, $engine, 'INT', 'INT', 'i', 'i', '1', '2', 50); 101 1) col1 INT, col2 CHAR(1) 107 col1 INT, col2 INT 114 col1 INT, COL2 CHAR(1) 117 bind_twice($link, $engine, 'INT', 'CHAR(1)', 'i', 's', 1, 'a', 70);
|
H A D | mysqli_fetch_field_flags.phpt | 51 'INT DEFAULT NULL' => 'NUM', 52 'INT NOT NULL' => 'NOT_NULL NO_DEFAULT_VALUE NUM', 53 'INT NOT NULL DEFAULT 1' => 'NOT_NULL NUM', 54 'INT UNSIGNED DEFAULT NULL' => 'UNSIGNED NUM', 55 'INT UNSIGNED NOT NULL' => 'NOT_NULL UNSIGNED NO_DEFAULT_VALUE NUM', 56 'INT UNSIGNED NOT NULL DEFAULT 1' => 'NOT_NULL UNSIGNED NUM', 57 'INT UNSIGNED ZEROFILL DEFAULT NULL' => 'UNSIGNED ZEROFILL NUM', 113 $create = sprintf('CREATE TABLE test(id INT, col1 %s)', $column_def); 143 case 'INT UNSIGNED NOT NULL': 144 case 'INT NOT NULL': [all …]
|
H A D | bug35103.phpt | 31 echo "BIG INT SIGNED, TEST\n"; 44 echo "BIG INT UNSIGNED TEST\n"; 67 BIG INT SIGNED, TEST 77 BIG INT UNSIGNED TEST
|
H A D | mysqli_stmt_insert_id.phpt | 43 (!mysqli_stmt_prepare($stmt, "ALTER TABLE test MODIFY id INT NOT NULL AUTO_INCREMENT") || 47 mysqli_query($link, "ALTER TABLE test MODIFY id INT NOT NULL AUTO_INCREMENT");
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | pg_update_001.phpt | 16 pg_query($conn, 'CREATE TABLE foo (id INT, id2 INT)'); 17 pg_query($conn, 'CREATE TABLE phptests.foo (id INT, id2 INT)');
|
H A D | pg_select_001.phpt | 16 pg_query($conn, 'CREATE TABLE phptests.foo (id INT, id2 INT)'); 20 pg_query($conn, 'CREATE TABLE phptests.bar (id4 INT, id3 INT)');
|
H A D | pg_delete_001.phpt | 16 pg_query($conn, 'CREATE TABLE foo (id INT, id2 INT)'); 17 pg_query($conn, 'CREATE TABLE phptests.foo (id INT, id2 INT)');
|
H A D | pg_meta_data_001.phpt | 16 pg_query($conn, 'CREATE TABLE phptests.foo (id INT, id2 INT)'); 18 pg_query($conn, 'CREATE TABLE foo (id INT, id3 INT)');
|
H A D | pg_insert_001.phpt | 15 pg_query($conn, 'CREATE TABLE phptests.foo (id INT, id2 INT)');
|
H A D | bug47199.phpt | 17 pg_query($dbh, "CREATE TABLE $tbl_name (null_field INT, not_null_field INT NOT NULL)");
|
/PHP-8.2/ext/pdo_sqlite/tests/ |
H A D | pdo_sqlite_empty_filename.phpt | 11 var_dump($db->exec('CREATE TABLE test1 (id INT);')); 16 var_dump($db->exec('CREATE TABLE test1 (id INT);'));
|
H A D | pdo_sqlite_filename_uri.phpt | 11 var_dump($db->exec('CREATE TABLE test1 (id INT);')); 23 var_dump($db->exec('CREATE TABLE test1 (id INT);')); 30 var_dump($db->exec('CREATE TABLE test2 (id INT);'));
|
H A D | pdo_sqlite_open_flags.phpt | 13 var_dump($db->exec('CREATE TABLE test1 (id INT);')); 17 var_dump($db->exec('CREATE TABLE test2 (id INT);'));
|
/PHP-8.2/ext/pdo/tests/ |
H A D | bug_38394.phpt | 19 $db->exec("CREATE TABLE test (a INT, b INT, c INT)");
|
H A D | bug_73234.phpt | 28 $sql = 'CREATE TABLE test(id INT NULL)'; 31 $sql = 'CREATE TABLE test(id INT)';
|
/PHP-8.2/ext/pdo_odbc/tests/ |
H A D | max_columns.phpt | 16 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data varchar(max))')) { 17 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data longtext)')) { 18 if (false === $db->exec('CREATE TABLE TEST (id INT NOT NULL PRIMARY KEY, data CLOB)')) {
|
/PHP-8.2/ext/sqlite3/tests/ |
H A D | bug73068.phpt | 15 $db->exec("CREATE TABLE IF NOT EXISTS t1(a INT UNIQUE, b INT)");
|
H A D | bug73333.phpt | 10 $db->exec('CREATE TABLE foo (bar INT)');
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | bug_44454.phpt | 23 $db->exec('CREATE TABLE test(a INT, b INT, UNIQUE KEY idx_ab (a, b))'); 39 $db->exec('CREATE TABLE test(a INT, b INT, UNIQUE KEY idx_ab (a, b))');
|
H A D | pdo_mysql_attr_init_command.phpt | 25 $create = sprintf('CREATE TABLE %s(id INT)', $table); 41 string(58) "CREATE TABLE test_%s(id INT)"
|
H A D | table.inc | 7 $db->exec('CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE=' . $engine);
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 66 …$sql = sprintf('CREATE TABLE test(id INT, label %s) ENGINE=%s', $sql_type, MySQLPDOTest::getTableE… 154 test_meta($db, 100, 'INT', -2147483648, 'LONG', PDO::PARAM_INT); 155 test_meta($db, 110, 'INT UNSIGNED', 4294967295, 'LONG', PDO::PARAM_INT); 229 …$sql = sprintf('CREATE TABLE test(id INT, label INT UNIQUE) ENGINE = %s', MySQLPDOTest::getTableEn… 250 …$sql = sprintf('CREATE TABLE test(id INT PRIMARY KEY NOT NULL AUTO_INCREMENT) ENGINE = %s', MySQLP… 271 …$sql = sprintf('CREATE TABLE test(id INT, label1 INT, label2 INT, INDEX idx1(label1, label2)) ENGI…
|
H A D | bug77289.phpt | 19 $pdo->exec("CREATE TEMPORARY TABLE bug77289 (x INT)");
|
/PHP-8.2/Zend/tests/type_declarations/union_types/redundant_types/ |
H A D | duplicate_type.phpt | 6 function test(): int|INT {
|
/PHP-8.2/ext/oci8/tests/ |
H A D | field_funcs2.phpt | 23 "C11" => "INT", 63 C11 INT: precision 38, scale 0
|