Home
last modified time | relevance | path

Searched refs:INT (Results 201 – 225 of 234) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_geom.phpt25 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
H A Dmysqli_stmt_bind_result_format.phpt24 $sql = sprintf("CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, col1 %s) ENGINE=%s",
190 $expected = create_table($link, 'INT UNSIGNED', 0, 1000, $engine, 190);
H A Dlocal_infile_tools.inc31 …if (!mysqli_query($link, $sql = sprintf('CREATE TABLE %s(id INT, label CHAR(1), PRIMARY KEY(id)) E…
H A Dmysqli_pam_sha256_public_key_option.phpt74 !$link->query("CREATE TABLE test (id INT)") ||
H A Dmysqli_insert_id.phpt30 if (!$res = mysqli_query($link, "ALTER TABLE test MODIFY id INT NOT NULL AUTO_INCREMENT")) {
H A Dmysqli_poll_mixing_insert_select.phpt24 'CREATE TABLE IF NOT EXISTS bogus(id INT)',
H A Dmysqli_affected_rows.phpt24 …if (!mysqli_query($link, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE = ' . $…
H A Dmysqli_expire_password.phpt47 !$link->query("CREATE TABLE test (id INT)") || !$link->query("INSERT INTO test(id) VALUES (1)"))
H A Dmysqli_fetch_array_large.phpt119 …!mysqli_query($link, sprintf("CREATE TABLE test(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, label …
H A Dbug42378.phpt25 $sql = sprintf("CREATE TABLE test(id INT AUTO_INCREMENT PRIMARY KEY, col1 %s) ENGINE=%s",
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt74 !$link->query("CREATE TABLE test (id INT)") ||
H A Dmysqli_last_insert_id.phpt35 …!$link->query("CREATE TABLE test (id INT auto_increment, label varchar(10) not null, PRIMARY KEY (…
H A Dmysqli_stmt_affected_rows.phpt24 …if (!mysqli_stmt_prepare($stmt, 'CREATE TABLE test(id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE …
H A Dmysqli_stmt_get_result_types.phpt22 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
/php-src/ext/odbc/tests/
H A Dodbc_columns_001.phpt27 odbc_exec($conn, 'CREATE TABLE columns (foo INT NOT NULL, bar VARCHAR(20))');
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_myisam_index.phpt104 …prepex(4, $db, 'CREATE TABLE test_prepare_native_myisam_index(id INT, label CHAR(255)) ENGINE=MyIS…
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt96 …prepex(4, $db, sprintf('CREATE TABLE test_prepare_emulated_anonymous_placeholder(id INT, label CHA…
H A Dpdo_mysql_prepare_emulated_myisam.phpt95 …prepex(4, $db, 'CREATE TABLE test_prepare_emulated_myisam(id INT, label CHAR(255)) ENGINE=MyISAM');
H A Dpdo_mysql_prepare_emulated_myisam_index.phpt98 …prepex(4, $db, 'CREATE TABLE test_prepare_emulated_myisam_index(id INT, label CHAR(255)) ENGINE=My…
H A Dpdo_mysql_prepare_native_myisam.phpt104 … prepex(4, $db, 'CREATE TABLE test_prepare_native_myisam(id INT, label CHAR(255)) ENGINE=MyISAM');
H A Dpdo_mysql_prepare_native.phpt118 …prepex(6, $db, sprintf('CREATE TABLE test_prepare_native(id INT, label CHAR(255)) ENGINE=%s', PDO_…
H A Dpdo_mysql_prepare_emulated.phpt99 …prepex(6, $db, sprintf('CREATE TABLE test_prepare_emulated(id INT, label CHAR(255)) ENGINE=%s', PD…
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc43 … $db->exec("CREATE TABLE {$table} (id INT, label CHAR(1), PRIMARY KEY(id)) ENGINE={$engine}");
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt26 …$sql = sprintf("CREATE TABLE test_mysqli_fetch_all_data_types_variation(id INT NOT NULL, label %s,…
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt130 print("INT: " . mb_detect_encoding(1234, 'EUC-JP') . "\n"); // EUC-JP
451 INT: EUC-JP

Completed in 50 milliseconds

12345678910