Home
last modified time | relevance | path

Searched refs:DROP (Results 51 – 75 of 325) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/oci8/tests/
H A Dstatement_type.phpt15 "DROP TABLE table",
39 string(4) "DROP"
H A Dbug42496_2.phpt17 "DROP table bug42496_2_tab",
47 "DROP table bug42496_2_tab"
H A Ddrop_type.inc3 $ora_sql = "DROP TYPE ".$type_name;
H A Ddrop_table.inc3 $ora_sql = "DROP TABLE ".$schema.$table_name;
H A Dbug42496_1.phpt17 "DROP table bug42496_1_tab",
49 "DROP table bug42496_1_tab"
H A Dstatement_type_old.phpt22 "DROP TABLE table",
47 string(4) "DROP"
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_query.phpt50 mysqli_real_query($link, 'DROP PROCEDURE IF EXISTS p');
67 mysqli_real_query($link, 'DROP FUNCTION IF EXISTS f');
98 if (!mysqli_query($link, "DROP TABLE IF EXISTS test"))
101 @mysqli_query($link, "DROP PROCEDURE IF EXISTS p");
102 @mysqli_query($link, "DROP FUNCTION IF EXISTS f");
H A D002.phpt16 if (!mysqli_query($link, "DROP TABLE IF EXISTS test_fetch_null"))
45 @mysqli_query($link, "DROP TABLE IF EXISTS test_fetch_null");
55 if (!mysqli_query($link, "DROP TABLE IF EXISTS test_fetch_null"))
H A Dmysqli_auth_pam.phpt37 mysqli_query($link, 'DROP USER pamtest');
38 mysqli_query($link, 'DROP USER pamtest@localhost');
91 mysqli_query($link, 'DROP USER pamtest');
92 mysqli_query($link, 'DROP USER pamtest@localhost');
H A Dmysqli_pam_sha256_public_key_ini.phpt66 $link->query('DROP USER shatest');
67 $link->query("DROP USER shatest@localhost");
80 if (!$link->query("DROP TABLE IF EXISTS test") ||
120 $link->query('DROP USER shatest');
121 $link->query('DROP USER shatest@localhost');
H A D059.phpt19 mysqli_query($link,"DROP TABLE IF EXISTS mbind");
50 if (!mysqli_query($link, "DROP TABLE IF EXISTS mbind"))
H A D066.phpt18 $mysql->query("DROP TABLE IF EXISTS test_warnings");
39 if (!mysqli_query($link, "DROP TABLE IF EXISTS test_warnings"))
H A D019.phpt15 if (!mysqli_query($link, "DROP TABLE IF EXISTS insert_read"))
54 mysqli_query($link, "DROP TABLE IF EXISTS insert_read");
64 if (!mysqli_query($link, "DROP TABLE IF EXISTS insert_read"))
H A Dmysqli_pam_sha256_public_key_option.phpt63 $link->query('DROP USER shatest');
64 $link->query("DROP USER shatest@localhost");
77 if (!$link->query("DROP TABLE IF EXISTS test") ||
126 $link->query('DROP USER shatest');
127 $link->query('DROP USER shatest@localhost');
/PHP-5.5/ext/pdo_firebird/tests/
H A Dbug_62024.phpt14 @$dbh->exec('DROP TABLE test_insert');
42 $dbh->exec('DROP TABLE test_insert');
H A Dbug_47415.phpt14 @$dbh->exec('DROP TABLE testz');
35 $dbh->exec('DROP TABLE testz');
H A Dbug_48877.phpt13 @$dbh->exec('DROP TABLE testz');
35 $dbh->exec('DROP TABLE testz');
H A Dbug_64037.phpt14 @$dbh->exec('DROP TABLE price');
36 $dbh->exec('DROP TABLE price');
H A DrowCount.phpt13 @$dbh->exec('DROP TABLE testz');
40 $dbh->exec('DROP TABLE testz');
/PHP-5.5/ext/pgsql/tests/
H A Dpg_delete_001.phpt42 pg_query('DROP TABLE foo');
43 pg_query('DROP TABLE phptests.foo');
44 pg_query('DROP SCHEMA phptests');
H A Dbug47199.phpt14 @pg_query("DROP TABLE $tbl_name");
32 @pg_query("DROP TABLE $tbl_name");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_init_command.phpt22 $db->exec(sprintf('DROP TABLE IF EXISTS %s', $table));
35 $db->exec(sprintf('DROP TABLE IF EXISTS %s', $table));
/PHP-5.5/ext/odbc/tests/
H A Dbug68087.phpt54 odbc_exec($conn, 'DROP TABLE FOO');
55 odbc_exec($conn, 'DROP DATABASE odbcTEST');
/PHP-5.5/ext/mysql/tests/
H A Dmysql_unbuffered_query.phpt41 if (mysql_unbuffered_query('DROP PROCEDURE IF EXISTS p', $link)) {
60 mysql_unbuffered_query('DROP FUNCTION IF EXISTS f', $link);
99 if (!mysql_query('DROP TABLE IF EXISTS test', $link)) {
104 @mysql_query('DROP PROCEDURE IF EXISTS p', $link);
105 @mysql_query('DROP FUNCTION IF EXISTS f', $link);
H A Dmysql_query.phpt51 if (mysql_query('DROP PROCEDURE IF EXISTS p', $link)) {
70 mysql_query('DROP FUNCTION IF EXISTS f', $link);
105 if (!mysql_query('DROP TABLE IF EXISTS test', $link)) {
110 @mysql_query('DROP PROCEDURE IF EXISTS p', $link);
111 @mysql_query('DROP FUNCTION IF EXISTS f', $link);

Completed in 34 milliseconds

12345678910>>...13