Home
last modified time | relevance | path

Searched refs:INT (Results 151 – 175 of 234) sorted by relevance

12345678910

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_allowed.phpt41 …exec_and_count(2, $db, sprintf('CREATE TABLE test_local_inifile_dir_allowed(id INT NOT NULL PRIMAR…
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt41 …exec_and_count(2, $db, sprintf('CREATE TABLE test_local_inifile_overrides(id INT NOT NULL PRIMARY …
H A Dgh11587.phpt18 id INT,
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt22 …$db->exec(sprintf('CREATE TABLE test_prepare_emulated_placeholder_everywhere(id INT, label CHAR(25…
H A Dpdo_mysql_exec_select.phpt37 …exec_and_count(3, $db, sprintf('CREATE TABLE test_mysql_exec_select(id INT NOT NULL PRIMARY KEY, c…
H A Dpdo_mysql_attr_multi_statements.phpt26 $create = sprintf('CREATE TABLE %s(id INT)', $table);
H A Dpdo_mysql_stmt_blobs.phpt29 …$db->exec(sprintf('CREATE TABLE test_stmt_blobs(id INT, label %s) ENGINE=%s', $sql_type, PDO_MYSQL…
H A Dpdo_mysql_prepare_emulated_anonymous.phpt20 …$db->exec(sprintf('CREATE TABLE test_prepare_emulated_anonymous(id INT, label CHAR(255)) ENGINE=%s…
H A Dpdo_mysql_prepare_native_named_placeholder.phpt17 …$db->exec(sprintf('CREATE TABLE test_prepare_native_named_placeholder(id INT, label CHAR(255)) ENG…
H A Dpdo_mysql_exec_load_data.phpt62 exec_and_count(3, $db, sprintf('CREATE TABLE test_mysql_exec_load_data(id INT NOT NULL PRIMARY KEY,…
H A Dbug79375.phpt24 $db->query('CREATE TABLE test_79375 (first INT) ENGINE = InnoDB');
H A Dpdo_mysql_stmt_fetch_serialize.phpt82 $db->exec(sprintf('CREATE TABLE test_stmt_fetch_serialize(id INT, myobj BLOB) ENGINE=%s',
/php-src/ext/pdo_firebird/tests/
H A Dgh10908.phpt27 MYINT INT,
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt134 $pdo->exec( 'CREATE TEMPORARY TABLE test72294 ( test_column INT NOT NULL );' );
/php-src/ext/mysqli/tests/
H A Dmysqli_local_infile_directory_access_allowed.phpt35 if (!$link->query("CREATE TABLE test (id INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)) {
H A Dbug68077.phpt36 …if (!$link->query("CREATE TABLE test (dump1 INT UNSIGNED NOT NULL PRIMARY KEY) ENGINE=" . $engine)…
H A Dmysqli_options_init_command.phpt20 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE = %s\n", $engine)) ||
H A Dmysqli_insert_id_variation.phpt18 $link->query("CREATE TABLE test_insert_id_var (id INT auto_increment, PRIMARY KEY (id))");
H A Dmysqli_stmt_fetch_bit.phpt29 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id INT, label BIT(%d)) ENGINE="%s"', $bits,…
H A Dbug44897.phpt23 …if (!$link->query('CREATE PROCEDURE p(IN new_id INT, IN new_label CHAR(1)) BEGIN INSERT INTO test(…
H A Dmysqli_real_escape_string_big5.phpt34 if (!mysqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY
H A Dmysqli_begin_transaction.phpt26 if (!mysqli_query($link, 'CREATE TABLE test(id INT) ENGINE = InnoDB'))
H A Dmysqli_execute_query.phpt71 $link->execute_query("ALTER TABLE test MODIFY id INT NOT NULL AUTO_INCREMENT");
H A Dmysqli_change_user_locks_temporary.phpt48 if (!mysqli_query($link, 'CREATE TEMPORARY TABLE test(id INT)'))
H A Dmysqli_multi_query.phpt30 …if (!mysqli_multi_query($link, "ALTER TABLE test MODIFY id INT AUTO_INCREMENT; INSERT INTO test(la…

Completed in 40 milliseconds

12345678910