Home
last modified time | relevance | path

Searched refs:table (Results 276 – 300 of 613) sorted by relevance

1...<<11121314151617181920>>...25

/PHP-7.0/ext/oci8/tests/
H A Dpecl_bug6109.phpt18 echo "whoops - table does exist\n";
H A Dbug43497.phpt88 function createxmltab($c) // create table w/ field of XML type
91 $stmt = oci_parse($c, "create table bug43497_tab (id number primary key, xml xmltype)");
95 function dropxmltab($c) // delete table
97 $stmt = oci_parse($c, "drop table bug43497_tab");
H A Dbind_misccoltypes_errs.phpt13 "drop table bind_misccoltypes_errs_tab",
15 "create table bind_misccoltypes_errs_tab (
111 "drop table bind_misccoltypes_errs_tab"
H A Dbind_sqltchr_1.phpt13 "drop table bind_sqltchr_tab",
15 "create table bind_sqltchr_tab (
130 "drop table bind_sqltchr_tab"
H A Ddrcp_scope1.phpt15 // Update a table
20 // Create the table
H A Ddrcp_scope2.phpt15 // Update a table
20 // Create the table
H A Dnum.phpt13 "drop table num_tab",
14 "create table num_tab (id number, value number)",
165 "drop table num_tab"
H A Dbug41069.phpt24 "drop table bug41069_tab",
28 "create table bug41069_tab
78 "drop table bug41069_tab"
H A Dbug32325.phpt16 "create or replace type bug32325_t as table of number"
/PHP-7.0/ext/pdo_oci/tests/
H A Dbug_33707.phpt27 string(%d) "OCIStmtExecute: ORA-00942: table or view does not exist
H A Dbug44301.phpt24 SQLSTATE[HY000]: General error: 942 OCIStmtExecute: ORA-00942: table or view does not exist
/PHP-7.0/ext/mbstring/oniguruma/
H A Dregenc.c352 onigenc_set_default_caseconv_table(const UChar* table ARG_UNUSED) in onigenc_set_default_caseconv_table()
865 hash_table_type **table, const OnigCodePoint*** plist, int *pnum, in onigenc_property_list_add_property() argument
880 if (ONIG_IS_NULL(*table)) { in onigenc_property_list_add_property()
881 *table = onig_st_init_strend_table_with_size(PROP_INIT_SIZE); in onigenc_property_list_add_property()
882 if (ONIG_IS_NULL(*table)) return ONIGERR_MEMORY; in onigenc_property_list_add_property()
886 onig_st_insert_strend(*table, name, name + strlen((char* )name), in onigenc_property_list_add_property()
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_field_tell.phpt22 require('table.inc');
72 [%u|b%"table"]=>
H A Dmysqli_get_server_info.phpt19 require "table.inc";
H A Dmysqli_get_proto_info.phpt19 require "table.inc";
H A Dmysqli_stmt_bind_result_format.phpt18 printf("[%03d] Cannot drop table test, [%d] %s\n",
27 printf("[%03d] Cannot create table test, [%d] %s\n",
146 /* select from dual - pseudo table */
155 require_once('table.inc');
157 /* select from existing table */
162 /* create new table and select from it */
H A D041.phpt32 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_lengths_oo.phpt16 require('table.inc');
H A Dmysqli_sqlstate.phpt22 require('table.inc');
H A Dmysqli_fetch_array_assoc.phpt11 require('table.inc');
/PHP-7.0/ext/interbase/tests/
H A Dinterbase.inc21 ibase_query($tr,"create table test1 (i integer, c varchar(100))");
23 ibase_query($tr,"insert into test1(i, c) values(1, 'test table not created with isql')");
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_result_meta.c237 if (orig_fields[i].table && orig_fields[i].table != mysqlnd_empty_string) { in MYSQLND_METHOD()
238 new_fields[i].table = new_fields[i].root + in MYSQLND_METHOD()
239 (orig_fields[i].table - orig_fields[i].root); in MYSQLND_METHOD()
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_02_create.phpt28 Warning: SQLite3::exec(): table test already exists in %s on line %d
/PHP-7.0/ext/exif/
H A Dtest.txt28 echo "<html><body><table>\n";
30 echo "</table></body></html>";
233 <table border='1' cellspacing='0' cellpadding='3' summary="EXIF headernames">
246 </table>
257 echo "<table border='1' cellspacing='0' cellpadding='3' summary='function results'>\n";
258 $tab2 = "";//"<table border='1' cellspacing='0' cellpadding='3' summary='EXIF information'>\n";
359 echo "</table>\n";
/PHP-7.0/ext/pdo/tests/
H A Dpdo_027.phpt17 $db->exec('create table test (id int, name varchar(10))');

Completed in 41 milliseconds

1...<<11121314151617181920>>...25