Home
last modified time | relevance | path

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

12345678910>>...26

/PHP-7.2/ext/oci8/tests/
H A Ddefine0.phpt13 "drop table define0_tab",
14 "create table define0_tab (string varchar(10))",
48 "drop table define0_tab"
H A Dfetch_assoc.phpt11 "drop table fetch_assoc_tab",
12 "create table fetch_assoc_tab (id number, value number, dummy varchar2(20))",
36 "drop table fetch_assoc_tab"
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");
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.phpt15 "drop table bug36403_tab",
16 "create table bug36403_tab (c1 number, col2 number, column3 number, col4 number)"
40 "drop table bug36403_tab"
H A Ddefine1.phpt13 "drop table define1_tab",
14 "create table define1_tab (string varchar(10))",
41 "drop table define1_tab"
H A Dimp_res_dbmsoutput.phpt25 "drop table imp_res_dbmsoutput_tab_1",
26 "create table imp_res_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_dbmsoutput_tab_2",
32 "create table imp_res_dbmsoutput_tab_2 (c3 varchar2(1))",
99 "drop table imp_res_dbmsoutput_tab_1",
100 "drop table imp_res_dbmsoutput_tab_2"
H A Dimp_res_get_dbmsoutput.phpt25 "drop table imp_res_get_dbmsoutput_tab_1",
26 "create table imp_res_get_dbmsoutput_tab_1 (c1 number, c2 varchar2(10))",
31 "drop table imp_res_get_dbmsoutput_tab_2",
32 "create table imp_res_get_dbmsoutput_tab_2 (c3 varchar2(1))",
113 "drop table imp_res_get_dbmsoutput_tab_1",
114 "drop table imp_res_get_dbmsoutput_tab_2"
H A Ddrcp_scope3.phpt13 // The test opens a connection within function1 and updates a table
15 // 2, and the table queried. When function1 ends, the connection from
17 // function2. Also the table can't be dropped because an uncommitted
20 // Create the table
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 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 Dimp_res_field.phpt25 "drop table imp_res_field_tab_1",
26 "create table imp_res_field_tab_1 (c1_number number, c2_varchar210 varchar2(10))",
29 "drop table imp_res_field_tab_2",
30 "create table imp_res_field_tab_2 (c3_varchar21 varchar2(4))",
33 "drop table imp_res_field_tab_3",
34 "create table imp_res_field_tab_3 (c4_number52 number(5,2))",
119 "drop table imp_res_field_tab_1",
120 "drop table imp_res_field_tab_2",
121 "drop table imp_res_field_tab_3"
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 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_all4.phpt13 "drop table fetch_all4_tab",
14 "create table fetch_all4_tab (mycol1 number, mycol2 varchar2(20))",
42 "drop table fetch_all4_tab"
/PHP-7.2/ext/pdo/tests/
H A Dpdo_021.phpt42 echo 'There are ' . $num . " rows in the table.\n";
53 echo 'There are ' . $num . " rows in the table.\n";
58 There are 6 rows in the table.
59 There are 12 rows in the table.
/PHP-7.2/ext/standard/tests/strings/
H A Dbug21453.phpt6 <table>
9 </table>";
H A Dget_html_translation_table_basic5.phpt7 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
8 $table = HTML_ENTITIES;
14 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
15 $table = HTML_ENTITIES;
20 $table = HTML_ENTITIES;
25 $table = HTML_SPECIALCHARS;
32 $table = HTML_SPECIALCHARS;
38 $table = HTML_SPECIALCHARS;
48 -- with table = HTML_ENTITIES, ENT_COMPAT --
1564 -- with table = HTML_ENTITIES, ENT_QUOTES --
[all …]
H A Dget_html_translation_table_variation1.phpt2 Test get_html_translation_table() function : usage variations - unexpected table values
5 /* 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
11 * test get_html_translation_table() with unexpected value for argument $table
68 // when $table argument is supplied with different values
69 echo "\n--- Testing get_html_translation_table() by supplying different values for 'table' argument…
73 $table = $values [$index];
75 $v = get_html_translation_table($table, ENT_COMPAT, "UTF-8");
85 $v = get_html_translation_table($table, $quote_style, "UTF-8");
106 --- Testing get_html_translation_table() by supplying different values for 'table' argument ---
/PHP-7.2/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-7.2/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-7.2/ext/interbase/tests/
H A D002.phpt29 1 test table not created with isql
32 1 test table not created with isql
/PHP-7.2/ext/standard/tests/array/
H A Dlocale_sort.phpt15 $table = array("AB" => "Alberta",
28 asort($table, SORT_LOCALE_STRING);
29 var_dump($table);

Completed in 28 milliseconds

12345678910>>...26