Home
last modified time | relevance | path

Searched refs:table (Results 76 – 100 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/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-7.0/ext/oci8/tests/
H A Ddefine4.phpt13 "drop table define4_tab",
14 "create table define4_tab (value number, string varchar(10))",
49 "drop table define4_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 Dimp_res_get_4.phpt25 "drop table imp_res_get_4_tab_1",
26 "create table imp_res_get_4_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_get_4_tab_2",
32 "create table imp_res_get_4_tab_2 (c3 varchar2(1))",
114 "drop table imp_res_get_4_tab_1",
115 "drop table imp_res_get_4_tab_2"
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 Dbug37220.phpt16 "create table bug37220_tab( mycolumn xmltype not null)",
24 // bug37220_tab a normal Oracle table)
54 "drop table bug37220_tab"
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 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"
H A Dfetch_all5.phpt13 "drop table fetch_all5_tab",
14 "create table fetch_all5_tab (mycol1 number, mycol2 varchar2(20))",
51 "drop table fetch_all5_tab"
H A Dlob_017.phpt15 $drop = "DROP table lob_test";
19 $create = "CREATE table lob_test(lob_1 BLOB, lob_2 BLOB)";
50 $drop = "DROP table lob_test";
H A Dimp_res_get_3.phpt27 "drop table imp_res_get_3_tab_1",
28 "create table imp_res_get_3_tab_1 (c1 number, c2 varchar2(10))",
33 "drop table imp_res_get_3_tab_2",
34 "create table imp_res_get_3_tab_2 (c3 varchar2(1))",
76 "drop table imp_res_get_3_tab_1",
77 "drop table imp_res_get_3_tab_2"
H A Dbind_long.phpt13 $stmt = oci_parse($c, "drop table phptestlng");
16 $stmt = oci_parse($c, "create table phptestlng( id number(10), filetxt long)");
56 $stmt = oci_parse($c, "drop table phptestlng");
H A Ddefine5.phpt13 "drop table define5_tab",
14 "create table define5_tab (id number, string varchar(10))",
52 "drop table define5_tab"
H A Derror_bind_2.phpt25 "drop table error_bind_2_tab",
26 "create table error_bind_2_tab(name varchar(10))"
48 "drop table error_bind_2_tab",
H A Dlob_043.phpt17 "drop table lob_043_tab",
18 "create table lob_043_tab(id number, c1 clob)",
73 "drop table lob_043_tab"
H A Dlob_044.phpt16 "drop table lob_044_tab",
17 "create table lob_044_tab (blob BLOB)",
54 "drop table lob_044_tab"
/PHP-7.0/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt9 @$C->exec('drop table ta_table');
10 $C->exec('create table ta_table (id integer)');
H A Dbug_72931.phpt9 $C->exec('create table tablea (id integer)');
21 $C->exec('drop table tablea');
H A Dbug_72583.phpt9 @$C->exec('drop table atable');
10 $C->exec('create table atable (aint integer, asmi smallint)');
H A Dtestdb.inc18 ibase_query($tr,"create table test1 (i integer, c varchar(100))");
20 ibase_query($tr,"insert into test1(i, c) values(1, 'test table not created with isql')");
H A Dbug_73087.phpt9 @$C->exec('drop table atable');
10 $C->exec('create table atable (id integer not null, content blob sub_type 1 segment size 80)');
/PHP-7.0/ext/xsl/tests/
H A Dbug71540.phpt26 <table>
33 </table>
68 <table><tr><td></td></tr></table>
/PHP-7.0/ext/mysqli/tests/
H A D047.phpt55 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
68 [%u|b%"table"]=>
97 [%u|b%"table"]=>
128 [%u|b%"table"]=>
156 [%u|b%"table"]=>
186 [%u|b%"table"]=>
214 [%u|b%"table"]=>

Completed in 30 milliseconds

12345678910>>...25