Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.2/ext/date/lib/
H A Ddow.c172 int *table; in timelib_date_from_isodate() local
181 table = ml_table_leap; in timelib_date_from_isodate()
187 table = ml_table_common; in timelib_date_from_isodate()
195 daynr -= table[*m]; in timelib_date_from_isodate()
197 } while (daynr > table[*m]); in timelib_date_from_isodate()
/PHP-7.2/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.2/ext/oci8/tests/
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 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 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 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 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"
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"
/PHP-7.2/ext/pdo/tests/
H A Dpdo_024.phpt19 // environment settings can influence how the table is created if specifics are missing
21 $sql = 'create table test (id int, name varchar(10) null)';
24 $sql = 'create table test (id int, name varchar(10))';
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt15 "create table #php_pdo(id int);" .
19 "drop table #php_pdo;"
22 // check results from the create table
/PHP-7.2/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_72583.phpt9 @$C->exec('drop table atable');
10 $C->exec('create table atable (aint integer, asmi smallint)');
H A Dbug_72931.phpt9 $C->exec('create table tablea (id integer)');
21 $C->exec('drop table tablea');
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)');
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')");
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt14 require('table.inc');
74 ["table"]=>
102 ["table"]=>
130 ["table"]=>
158 ["table"]=>
/PHP-7.2/ext/xsl/tests/
H A Dbug71540.phpt26 <table>
33 </table>
68 <table><tr><td></td></tr></table>
/PHP-7.2/ext/sqlite3/tests/
H A Dsqlite3_24_last_insert_rowid.phpt14 echo "INSERT into table\n";
27 INSERT into table

Completed in 36 milliseconds

12345678910>>...26