Searched refs:DROP (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 67 #define DROP(n) (p->slen -= (n)) macro 427 DROP(1); 932 DROP(finish-start); /* drop the operand */
|
| /PHP_TRUNK/ext/mysqli/tests/ |
| H A D | local_infile_tools.inc | 19 if (!mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name))) { 29 mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name)); 40 mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name)); 46 mysqli_query($link, sprintf('DROP TABLE IF EXISTS %s', $table_name));
|
| /PHP_TRUNK/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 2161 ** rollback, ABORT processing, [DROP TABLE], or by any other 2206 ** do rollbacks or ABORT processing, or [DROP TABLE] processing. The 6888 ** <b>The "DROP TABLE" Exception</b> 6892 ** one exception. When executing a "DROP TABLE" or "DROP INDEX" statement, 6897 ** invoked immediately. If the application then re-attempts the "DROP TABLE" 6898 ** or "DROP INDEX" query, an infinite loop might be the result. 6903 ** the special "DROP TABLE/INDEX" case, the extended error code is just 12752 ** "DROP TABLE" statements and to prevent some nasty side effects of [all...] |
Completed in 224 milliseconds