Home
last modified time | relevance | path

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

1234

/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_64037.phpt16 $dbh->exec("CREATE TABLE PRICE (ID INTEGER NOT NULL, TEXT VARCHAR(10), COST NUMERIC(15, 2))");
17 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (1, 'test', -1.0)");
18 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (2, 'test', -0.99)");
19 $dbh->exec("INSERT INTO PRICE (ID, TEXT, COST) VALUES (3, 'test', -1.01)");
H A Dexecute.phpt28 $s->bindColumn("TEXT",$var);
56 ["TEXT"]=>
H A Dbug_76488.phpt20 cast(lpad(\'A\', 8000, \'A\') as BLOB sub_type TEXT) as SRC
H A Dbug_62024.phpt16 $dbh->exec("CREATE TABLE test_insert (ID INTEGER NOT NULL, TEXT VARCHAR(10))");
/PHP-8.3/ext/xml/tests/
H A Dxml011.phpt37 [tag] => TEXT
52 [tag] => TEXT
60 [tag] => TEXT
/PHP-8.3/ext/pdo_sqlite/tests/
H A Dbug66033.phpt20 title TEXT,
21 message TEXT,
H A Dpdo_sqlite_statement_getattribute.phpt14 $st = $db->prepare('CREATE TABLE test_sqlite_stmt_getattribute (a TEXT);');
H A Dpdo_sqlite_lastinsertid.phpt9 $db->query('CREATE TABLE IF NOT EXISTS foo (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createaggregate.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createfunction.phpt10 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_transaction.phpt13 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_extendederror_attr.phpt12 $db->exec("CREATE TABLE dog ( id INTEGER PRIMARY KEY, name TEXT, annoying INTEGER )");
29 $db->exec("CREATE TABLE dog ( id INTEGER PRIMARY KEY, name TEXT, annoying INTEGER )");
H A Dpdo_sqlite_createfunction_with_flags.phpt14 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
H A Dpdo_sqlite_createcollation.phpt11 $db->query('CREATE TABLE IF NOT EXISTS foobar (id INT AUTO INCREMENT, name TEXT)');
/PHP-8.3/ext/imap/tests/
H A Dbug35669.phpt49 Content-Type: TEXT/ALTERNATIVE; CHARSET=US-ASCII
53 Content-Type: TEXT/PLAIN; CHARSET=iso-8859-1
59 Content-Type: TEXT/HTML; CHARSET=iso-8859-1
H A Dbug80213.phpt20 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
H A Dbug31142_2.phpt23 Content-Type: TEXT/plain; CHARSET=iso-8859-2
H A Dbug32589.phpt26 Content-Type: TEXT/plain; CHARSET=ISO-8859-2
/PHP-8.3/ext/xmlwriter/tests/
H A Dbug39504.phpt22 $xw->writeDtdEntity("c", "", 0, "-//W3C//TEXT copyright//EN", "http://www.w3.org/xmlspec/copyright.…
34 <!DOCTYPE root [<!ENTITY c PUBLIC "-//W3C//TEXT copyright//EN" "http://www.w3.org/xmlspec/copyright…
/PHP-8.3/ext/sqlite3/tests/
H A Dbug70628.phpt9 $db->exec("CREATE TABLE Dogs (Id INTEGER PRIMARY KEY, Breed TEXT, Name TEXT, Age INTEGER)");
/PHP-8.3/ext/pgsql/tests/
H A Dbug72028.phpt17 pg_query($conn, "CREATE TABLE $table (value TEXT, details TEXT);");
/PHP-8.3/ext/odbc/tests/
H A Dodbc_cursor_001.phpt13 odbc_exec($conn, "CREATE TABLE cursor_table (id INT, whatever TEXT)");
H A Dodbc_field_len_001.phpt14 odbc_exec($conn, 'CREATE TABLE field_len (foo INT, bar TEXT, baz VARBINARY(50))');
H A Dodbc_field_type_001.phpt14 odbc_exec($conn, 'CREATE TABLE field_type (foo INT, bar TEXT, baz VARBINARY(50))');
/PHP-8.3/ext/mysqli/tests/
H A Dbug66043.phpt21 if (!$db->query("CREATE TABLE test(str TEXT)")) {

Completed in 82 milliseconds

1234