Home
last modified time | relevance | path

Searched refs:DROP (Results 226 – 250 of 325) sorted by relevance

12345678910>>...13

/PHP-5.5/ext/oci8/tests/
H A Darray_bind_date.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_date1.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_float.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_float1.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_int.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_int1.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_006.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_014.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_str.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_str1.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_001.phpt10 $drop = "DROP table bind_test";
H A Darray_bind_002.phpt10 $drop = "DROP table bind_test";
H A Darray_bind_003.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_004.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_007.phpt10 $drop = "DROP table bind_test";
H A Darray_bind_008.phpt13 $drop = "DROP table bind_test";
H A Darray_bind_011.phpt10 $drop = "DROP table bind_test";
/PHP-5.5/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc39 $db->exec('DROP TABLE IF EXISTS test');
173 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_types_zerofill.phpt15 $db->exec('DROP TABLE IF EXISTS test');
125 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_multi_stmt_nextrowset.phpt32 $db->exec('DROP PROCEDURE IF EXISTS p');
75 @$db->exec('DROP PROCEDURE IF EXISTS p');
H A Dpdo_mysql_stmt_blobfromsteam.phpt55 $db->exec('DROP TABLE IF EXISTS test');
142 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_stmt_fetch_serialize.phpt82 $db->exec('DROP TABLE IF EXISTS test');
122 $db->exec('DROP TABLE IF EXISTS test');
H A Dpdo_mysql_prepare_native.phpt120 prepex(5, $db, 'DROP TABLE IF EXISTS test');
158 prepex(20, $db, 'DROP TABLE IF EXISTS test');
202 prepex(33, $db, 'DROP TABLE IF EXISTS test');
270 prepex(51, $db, 'DROP TABLE IF EXISTS test');
342 $db->exec('DROP TABLE IF EXISTS test');
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_assoc_zerofill.phpt16 mysqli_query($link, 'ALTER TABLE test DROP zero');
H A Dmysqli_affected_rows_oo.phpt25 if (!$mysqli->query('DROP TABLE IF EXISTS test'))
99 if (!$mysqli->query('DROP TABLE IF EXISTS test'))

Completed in 37 milliseconds

12345678910>>...13