Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 60) sorted by relevance

123

/PHP-5.5/ext/pdo_dblib/tests/
H A Dbug_47588.phpt12 $db->query('CREATE TABLE "Test Table" ("My Field" int, "Another Field" varchar(32) not null default…
13 $db->query('INSERT INTO "Test Table" ("My Field") values(1)');
14 $db->query('INSERT INTO "Test Table" ("My Field") values(2)');
15 $db->query('INSERT INTO "Test Table" ("My Field") values(3)');
16 $rs = $db->query('SELECT * FROM "Test Table"');
18 $db->query('DROP TABLE "Test Table"');
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt10 echo "Creating Table\n";
13 echo "Creating Same Table Again\n";
24 Creating Table
26 Creating Same Table Again
H A Dsqlite3_16_select_no_results.phpt11 echo "Creating Table\n";
27 Creating Table
H A Dsqlite3result_numcolumns_error.phpt11 echo 'Creating Table' . PHP_EOL;
25 Creating Table
H A Dsqlite3_24_last_insert_rowid.phpt11 echo "Creating Table\n";
25 Creating Table
H A Dsqlite3_32_last_insert_rowid_param.phpt13 echo "Creating Table\n";
31 Creating Table
H A Dsqlite3_13_skip_all_cleanup.phpt11 echo "Creating Table\n";
27 Creating Table
H A Dsqlite3_14_querysingle.phpt11 echo "Creating Table\n";
25 Creating Table
H A Dsqlite3_18_changes.phpt11 echo "Creating Table\n";
29 Creating Table
H A Dsqlite3_prepared_stmt_clear_with_params.phpt12 echo "Creating Table\n";
25 Creating Table
H A Dsqlite3_03_insert.phpt11 echo "Creating Table\n";
31 Creating Table
H A Dsqlite3_23_escape_string.phpt11 echo "Creating Table\n";
31 Creating Table
H A Dsqlite3stmt_reset_params.phpt11 echo "Creating Table\n";
37 Creating Table
H A Dsqlite3_06_prepared_stmt.phpt11 echo "Creating Table\n";
36 Creating Table
H A Dsqlite3_07_prepared_stmt.phpt11 echo "Creating Table\n";
35 Creating Table
H A Dsqlite3_08_udf.phpt16 echo "Creating Table\n";
39 Creating Table
H A Dsqlite3_11_numrows.phpt18 echo "Creating Table\n";
36 Creating Table
H A Dsqlite3_19_columninfo.phpt11 echo "Creating Table\n";
33 Creating Table
H A Dsqlite3_30_blobopen.phpt12 echo "Creating Table\n";
35 Creating Table
H A Dsqlite3stmt_paramCount_error.phpt10 echo "Creating Table\n";
34 Creating Table
H A Dsqlite3_09_blob_bound_param.phpt12 echo "Creating Table\n";
42 Creating Table
H A Dsqlite3_10_bound_value_name.phpt11 echo "Creating Table\n";
37 Creating Table
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt11 echo "Creating Table\n";
34 Creating Table
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt78 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
85 %unicode|string%(%d) "Table '%s.ihopeitdoesnotexist' doesn't exist"
88 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
96 %unicode|string%(%d) "Table '%s.test' doesn't exist"
108 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
119 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
126 %unicode|string%(%d) "Table '%s.test' doesn't exist"
134 %unicode|string%(%d) "Table '%s.ihopeitdoesnotexist' doesn't exist"
/PHP-5.5/ext/soap/interop/
H A Ddatabase_round2.sql14 # Table structure for table `endpoints`
29 # Table structure for table `results`

Completed in 94 milliseconds

123