Home
last modified time | relevance | path

Searched refs:table (Results 26 – 50 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/oci8/tests/
H A Ddefine_old.phpt13 "drop table define_old_tab",
14 "create table define_old_tab (string varchar(10))",
38 "drop table define_old_tab"
H A Dimp_res_get_cursor.phpt25 "drop table imp_res_get_cursor_tab_1",
26 "create table imp_res_get_cursor_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_get_cursor_tab_2",
32 "create table imp_res_get_cursor_tab_2 (c3 varchar2(1))",
83 "drop table imp_res_get_cursor_tab_1",
84 "drop table imp_res_get_cursor_tab_2"
H A Dimp_res_cursor.phpt25 "drop table imp_res_cursor_tab_1",
26 "create table imp_res_cursor_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_cursor_tab_2",
32 "create table imp_res_cursor_tab_2 (c3 varchar2(1))",
81 "drop table imp_res_cursor_tab_1",
82 "drop table imp_res_cursor_tab_2"
H A Dbug26133.phpt13 "drop table bug26133_tab",
14 "create table bug26133_tab (id number, value number)",
35 "drop table bug26133_tab"
H A Ddefine.phpt13 "drop table define_tab",
14 "create table define_tab (string varchar(10))",
38 "drop table define_tab"
H A Ddrcp_scope5.phpt14 // function2, allowing the table to be dropped cleanly at the end.
16 // The test opens a connection within function1 and updates a table
18 // 2, and the table queried. When function1 ends, the connection from
20 // function2. Also the table can't be dropped because an uncommitted
23 // Create the table
H A Dimp_res_get_1.phpt25 "drop table imp_res_get_1_tab_1",
26 "create table imp_res_get_1_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_get_1_tab_2",
32 "create table imp_res_get_1_tab_2 (c3 varchar2(1))",
84 "drop table imp_res_get_1_tab_1",
85 "drop table imp_res_get_1_tab_2"
H A Dimp_res_get_2.phpt25 "drop table imp_res_get_2_tab_1",
26 "create table imp_res_get_2_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_get_2_tab_2",
32 "create table imp_res_get_2_tab_2 (c3 varchar2(1))",
90 "drop table imp_res_get_2_tab_1",
91 "drop table imp_res_get_2_tab_2"
H A Dprefetch.phpt13 "drop table prefetch_tab",
14 "create table prefetch_tab (id number, value number)",
42 "drop table prefetch_tab"
H A Dprefetch_old.phpt11 "drop table prefetch_old_tab",
12 "create table prefetch_old_tab (id number, value number)",
45 "drop table prefetch_old_tab"
H A Ddefault_prefetch.phpt15 "drop table default_prefetch_tab",
16 "create table default_prefetch_tab (id number, value number)",
43 "drop table default_prefetch_tab"
H A Ddefault_prefetch0.phpt15 "drop table default_prefetch_tab",
16 "create table default_prefetch_tab (id number, value number)",
43 "drop table default_prefetch_tab"
H A Ddefault_prefetch1.phpt15 "drop table default_prefetch1_tab",
16 "create table default_prefetch1_tab (id number, value number)",
43 "drop table default_prefetch1_tab"
H A Ddefault_prefetch2.phpt15 "drop table default_prefetch2_tab",
16 "create table default_prefetch2_tab (id number, value number)",
44 "drop table default_prefetch2_tab"
H A Dfetch.phpt13 "drop table fetch_tab",
14 "create table fetch_tab (id number, value number)",
42 "drop table fetch_tab"
H A Dfetch_row.phpt13 "drop table fetch_row_tab",
14 "create table fetch_row_tab (id number, value number)",
38 "drop table fetch_row_tab"
H A Dimp_res_prefetch.phpt25 "drop table imp_res_prefetch_tab_1",
26 "create table imp_res_prefetch_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_prefetch_tab_2",
32 "create table imp_res_prefetch_tab_2 (c3 varchar2(1))",
77 "drop table imp_res_prefetch_tab_1",
78 "drop table imp_res_prefetch_tab_2"
H A Dbug35973.phpt13 $s1 = oci_parse($c, "drop table test_nclob");
16 $s2 = oci_parse($c, "create table test_nclob (nc NCLOB)");
31 $s1 = oci_parse($c, "drop table test_nclob");
/PHP-7.0/ext/pgsql/tests/
H A D01createdb.phpt7 // create test table
14 pg_query($db,$table_def); // Create table here
26 pg_query($db,$table_def_92); // Create table here
/PHP-7.0/ext/sqlite3/tests/
H A Dbug69972.phpt10 echo "SELECTING from invalid table\n";
21 SELECTING from invalid table
23 Warning: SQLite3::query(): Unable to prepare statement: 1, no such table: non_existent_table in %sb…
/PHP-7.0/ext/pgsql/
H A Dmysql_users.php61 function pg_list_fields($db, $table) argument
75 c.relname = '".$table."'
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic1.phpt5 /* Prototype : array get_html_translation_table ( [int $table [, int $quote_style [, string charse…
6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
10 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */
15 echo "-- with table = HTML_ENTITIES --\n";
16 $table = HTML_ENTITIES;
17 $tt = get_html_translation_table($table, ENT_COMPAT, "UTF-8");
21 echo "-- with table = HTML_SPECIALCHARS --\n";
22 $table = HTML_SPECIALCHARS;
23 $tt = get_html_translation_table($table, ENT_COMPAT, "UTF-8");
31 -- with table = HTML_ENTITIES --
[all …]
/PHP-7.0/ext/xsl/tests/
H A Dxsltprocessor_transformToXML.phpt28 <table>
35 </table>
56 <table>
59 </table>
/PHP-7.0/ext/gd/libgd/
H A Dgd_gif_in.c88 int table[2][(1<< MAX_LWZ_BITS)]; member
448 sd->table[0][i] = 0; in LWZReadByte_()
449 sd->table[1][i] = i; in LWZReadByte_()
452 sd->table[0][i] = sd->table[1][0] = 0; in LWZReadByte_()
472 sd->table[0][i] = 0; in LWZReadByte_()
473 sd->table[1][i] = i; in LWZReadByte_()
476 sd->table[0][i] = sd->table[1][i] = 0; in LWZReadByte_()
515 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
516 if (code == sd->table[0][code]) { in LWZReadByte_()
519 code = sd->table[0][code]; in LWZReadByte_()
[all …]
/PHP-7.0/Zend/tests/
H A Dbug63976.phpt8 public $table = self::TABLE;
17 var_dump($bar->table);

Completed in 36 milliseconds

12345678910>>...25