Home
last modified time | relevance | path

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

1234

/PHP-8.2/ext/pdo_dblib/tests/
H A Dbug_47588.phpt13 $db->query('CREATE TABLE "Test Table" ("My Field" int, "Another Field" varchar(32) not null default…
14 $db->query('INSERT INTO "Test Table" ("My Field") values(1)');
15 $db->query('INSERT INTO "Test Table" ("My Field") values(2)');
16 $db->query('INSERT INTO "Test Table" ("My Field") values(3)');
17 $rs = $db->query('SELECT * FROM "Test Table"');
19 $db->query('DROP TABLE "Test Table"');
/PHP-8.2/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 Dsqlite3_24_last_insert_rowid.phpt11 echo "Creating Table\n";
25 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_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 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_06_prepared_stmt.phpt11 echo "Creating Table\n";
36 Creating Table
H A Dsqlite3_11_numrows.phpt20 echo "Creating Table\n";
38 Creating Table
H A Dsqlite3_19_columninfo.phpt11 echo "Creating Table\n";
33 Creating Table
H A Dsqlite3_bound_value_at_name.phpt11 echo "Creating Table\n";
35 Creating Table
H A Dsqlite3_26_reset_prepared_stmt.phpt11 echo "Creating Table\n";
39 Creating Table
H A Dsqlite3_27_reset_prepared_stmt_result.phpt11 echo "Creating Table\n";
39 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";
38 Creating Table
H A Dsqlite3_25_create_aggregate.phpt24 echo "Creating Table\n";
43 Creating Table
H A Dsqlite3_28_clear_bindings.phpt11 echo "Creating Table\n";
42 Creating Table
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_errorinfo.phpt79 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.iho…
86 string(%d) "Table '%s.ihopeitdoesnotexist' doesn't exist"
89 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
97 string(%d) "Table '%s.test' doesn't exist"
109 Warning: PDO::prepare(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.ihopeitdoesn…
120 Warning: PDOStatement::execute(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.tes…
127 string(%d) "Table '%s.test' doesn't exist"
H A Dbug78152.phpt32 Warning: PDO::exec(): SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn…
34 SQLSTATE[42S02]: Base table or view not found: 1146 Table '%s.test_bad' doesn't exist
/PHP-8.2/Zend/tests/attributes/
H A D004_name_resolution.phpt22 class Table {
35 #[Attributes\Table()]
91 string(29) "Doctrine\ORM\Attributes\Table"

Completed in 28 milliseconds

1234