Home
last modified time | relevance | path

Searched refs:table (Results 126 – 150 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_prepared_stmt_clear_with_params.phpt14 echo "INSERT into table\n";
26 INSERT into table
H A Dsqlite3_14_querysingle.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_18_changes.phpt14 echo "INSERT into table\n";
31 INSERT into table
H A Dsqlite3_03_insert.phpt14 echo "INSERT into table\n";
33 INSERT into table
H A Dsqlite3_23_escape_string.phpt14 echo "INSERT into table\n";
33 INSERT into table
H A Dsqlite3stmt_reset_params.phpt14 echo "INSERT into table\n";
39 INSERT into table
H A Dsqlite3_06_prepared_stmt.phpt14 echo "INSERT into table\n";
38 INSERT into table
H A Dsqlite3_07_prepared_stmt.phpt14 echo "INSERT into table\n";
37 INSERT into table
H A Dsqlite3_08_udf.phpt19 echo "INSERT into table\n";
41 INSERT into table
H A Dsqlite3_11_numrows.phpt21 echo "INSERT into table\n";
38 INSERT into table
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_get_client_stats_off.phpt23 // connect and table inc connect to mysql and create tables
25 require_once('table.inc');
H A D002.phpt17 printf("[002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
28 printf("[003] Cannot create table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
56 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_bind_param_many_columns.phpt39 …printf("[002] Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), my…
52 printf("Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
62 printf("Failed to create the test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
88 …printf("Failed to set max_allowed_packet the test table: [%d] %s\n", mysqli_errno($link), mysqli_e…
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt14 require('table.inc');
74 [%u|b%"table"]=>
102 [%u|b%"table"]=>
130 [%u|b%"table"]=>
158 [%u|b%"table"]=>
/PHP-7.0/ext/oci8/tests/
H A Dbind_raw_2.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
33 $stmt = oci_parse($c, "drop table phptestrawtable");
H A Dfetch_object_2.phpt16 "drop table fetch_object_2_tab",
17 "create table fetch_object_2_tab (col1 number, col2 CLOB, col3 varchar2(15))",
60 "drop table fetch_object_2_tab"
H A Dlob_001.phpt16 "drop table lob_001_tab",
17 "create table lob_001_tab (id number, b1 blob)",
61 "drop table lob_001_tab"
H A Derror_bind.phpt10 $drop = "drop table bind_test";
14 $create = "create table bind_test(name varchar(10))";
43 $drop = "drop table bind_test";
H A Dimp_res_6.phpt25 "drop table imp_res_6_tab",
26 "create table imp_res_6_tab (c1 number, c2 varchar2(10))",
68 "drop table imp_res_6_tab",
H A Ddefine2.phpt14 "drop table phptestrawtable",
15 "create table phptestrawtable( id number(10), fileimage raw(1000))"
74 "drop table phptestrawtable"
H A Dxmltype_01.phpt17 "drop table xtt",
18 "create table xtt
76 "drop table xtt",
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt19 // $table as HTML_ENTITIES and different quote style
20 echo "-- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --\n";
21 $table = HTML_ENTITIES;
23 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
27 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";
29 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
33 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";
35 $tt = get_html_translation_table($table, $quote_style, "UTF-8");
44 -- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --
551 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --
[all …]
/PHP-7.0/ext/soap/interop/
H A Ddatabase_round2.sql14 # Table structure for table `endpoints`
29 # Table structure for table `results`
/PHP-7.0/ext/standard/
H A Dhtml.c551 const uni_to_enc *l = table, in unimap_bsearch()
552 *h = &table[num-1], in unimap_bsearch()
579 const uni_to_enc *table; in map_from_unicode() local
636 table = unimap_macroman; in map_from_unicode()
640 table = unimap_win1251; in map_from_unicode()
644 table = unimap_koi8r; in map_from_unicode()
648 table = unimap_cp866; in map_from_unicode()
655 found = unimap_bsearch(table, code, table_size); in map_from_unicode()
1147 const entity_stage1_row *table, in find_entity_for_char() argument
1209 const entity_stage3_row *table, in find_entity_for_char_basic() argument
[all …]
/PHP-7.0/ext/pdo_oci/tests/
H A Dpdo_oci_stream_2a.phpt17 $query = "begin execute immediate 'drop table pdo_oci_stream_2'; exception when others then if sqlc…
21 $query = "create table pdo_oci_stream_2 (id number, data1 blob, data2 blob)";
70 //$db->exec("drop table pdo_oci_stream_2");

Completed in 47 milliseconds

12345678910>>...25