Home
last modified time | relevance | path

Searched refs:table (Results 51 – 75 of 621) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/mysqli/tests/
H A Dtable.inc11 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
16 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
21 printf("Failed to create test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.5/ext/oci8/tests/
H A Dbug42496_2.phpt17 "DROP table bug42496_2_tab",
18 "CREATE table bug42496_2_tab(c1 CLOB, c2 CLOB)",
47 "DROP table bug42496_2_tab"
H A Dcursor_bind_err.phpt16 "drop table cursor_bind_err_tab",
17 "create table cursor_bind_err_tab (id number, value number)",
41 "drop table cursor_bind_err_tab"
H A Ddefine1.phpt13 "drop table define1_tab",
14 "create table define1_tab (string varchar(10))",
41 "drop table define1_tab"
H A Dbug42496_1.phpt17 "DROP table bug42496_1_tab",
18 "CREATE table bug42496_1_tab(c1 CLOB, c2 CLOB)",
49 "DROP table bug42496_1_tab"
H A Dfetch_all4.phpt13 "drop table fetch_all4_tab",
14 "create table fetch_all4_tab (mycol1 number, mycol2 varchar2(20))",
42 "drop table fetch_all4_tab"
H A Dfetch_into.phpt13 "drop table fetch_into_tab",
14 "create table fetch_into_tab (id number, value number)",
45 "drop table fetch_into_tab"
H A Dbug36403.phpt18 "drop table bug36403_tab",
19 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
43 "drop table bug36403_tab"
H A Dcursor_bind.phpt16 "drop table cursor_bind_tab",
17 "create table cursor_bind_tab (id NUMBER, value VARCHAR(20))",
51 "drop table cursor_bind_tab"
H A Dfetch_all.phpt13 "drop table fetch_all_tab",
14 "create table fetch_all_tab (id number, value number)",
44 "drop table fetch_all_tab"
H A Dfetch_all1.phpt13 "drop table fetch_all_tab",
14 "create table fetch_all_tab (id number, value number)",
44 "drop table fetch_all_tab"
H A Dlob_016.phpt13 $drop = "DROP table lob_test";
17 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
48 $drop = "DROP table lob_test";
H A Dcursors_old.phpt16 "drop table cursors_old_tab",
17 "create table cursors_old_tab (id number, value number)",
45 "drop table cursors_old_tab"
H A Dbind_sqltafc.phpt13 "drop table bind_sqltafc_tab",
14 …"create table bind_sqltafc_tab (id number, char_t char(1), char_t10 char(10), varchar2_t10 varchar…
30 echo "Test 0 - base table creation without binds\n";
82 "drop table bind_sqltafc_tab"
93 Test 0 - base table creation without binds
H A Dbind_query.phpt13 "drop table bind_query_tab",
14 "create table bind_query_tab (empno number(4), ename varchar2(10), sal number(7,2))",
59 "drop table bind_query_tab"
H A Dbug37220.phpt16 "create table bug37220_tab( mycolumn xmltype not null)",
24 // bug37220_tab a normal Oracle table)
54 "drop table bug37220_tab"
H A Dconnect_scope1.phpt13 "drop table connect_scope1_tab",
14 "create table connect_scope1_tab (c1 number)",
63 "drop table connect_scope1_tab"
H A Dconnect_scope2.phpt13 "drop table connect_scope2_tab",
14 "create table connect_scope2_tab (c1 number)",
63 "drop table connect_scope2_tab"
/PHP-5.5/ext/spl/tests/
H A Diterator_057.phpt8 * From Docs: Construct a new array iterator from anything that has a hash table.
9 * NULL, NOTHING is not a hash table ;)
/PHP-5.5/ext/pgsql/tests/
H A D01createdb.phpt7 // create test table
14 @pg_query($db,$table_def); // Create table here
/PHP-5.5/ext/interbase/tests/
H A D002.phpt29 1 test table not created with isql
32 1 test table not created with isql
/PHP-5.5/ext/standard/tests/array/
H A Dlocale_sort.phpt15 $table = array("AB" => "Alberta",
28 asort($table, SORT_LOCALE_STRING);
29 var_dump($table);
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_attr_autocommit_3.phpt19 $dbh->exec("drop table pdo_ac_tab");
28 $dbh->exec("create table pdo_ac_tab (col1 varchar2(20))");
42 $dbh2->exec("drop table pdo_ac_tab");
H A Dpdo_oci_fread_1.phpt21 "begin execute immediate 'drop table pdo_oci_fread_tab'; exception when others then null; end;",
22 "create table pdo_oci_fread_tab (id number, data clob)",
50 "drop table pdo_oci_fread_tab"
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug43578.phpt16 // Create a temporary table and fill it with test values
18 create table #Resource (
36 var_dump(sybase_query('drop table #Resource', $db));

Completed in 36 milliseconds

12345678910>>...25