Home
last modified time | relevance | path

Searched refs:table (Results 101 – 125 of 613) sorted by relevance

12345678910>>...25

/PHP-7.0/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt15 @$dbh->exec ("drop table bug_6364_t");
17 $dbh->exec ("create table bug_6364_t (c1 varchar2(10), c2 varchar2(10), c3 varchar2(10), c4 varchar…
42 $dbh->exec ("drop table bug_6364_t");
H A Dpdo_oci_attr_autocommit_1.phpt17 $dbh->exec("drop table pdo_ac_tab");
40 $dbh->exec("create table pdo_ac_tab (col1 varchar2(20))");
52 $dbh->exec("drop table pdo_ac_tab");
/PHP-7.0/ext/oci8/tests/
H A Dbind_rowid.phpt21 "drop table rid_tab",
22 "create table rid_tab (id number, address varchar2(40))",
55 "drop table rid_tab"
H A Dcommit_002.phpt16 "drop table commit_002_tab",
17 "create table commit_002_tab
57 "drop table commit_002_tab"
H A Dlob_002.phpt16 "drop table lob_002_tab",
17 "create table lob_002_tab (id number, b1 BLOB)",
50 "drop table lob_002_tab"
H A Dlob_029.phpt30 $s = oci_parse($c, "drop table FileTest");
43 $s = oci_parse($c, "create table FileTest (FileNum number, FileDesc varchar2(30), Image bfile)");
57 echo "Test 1. Check how many rows in the table\n";
84 $s = oci_parse($c, "drop table FileTest");
93 Test 1. Check how many rows in the table
H A Dconnect_scope_try2.phpt15 "drop table scope_try2_tab",
16 "create table scope_try2_tab (c1 number)"
70 "drop table scope_try2_tab"
H A Dconnect_scope_try6.phpt15 "drop table scope_try6_tab",
16 "create table scope_try6_tab (c1 number)"
70 "drop table scope_try6_tab"
H A Dlob_041.phpt16 "DROP table lob_041_tab",
17 "CREATE table lob_041_tab(c1 CLOB)",
60 "DROP table lob_041_tab"
H A Dconnect_scope_try1.phpt15 "drop table scope_try1_tab",
16 "create table scope_try1_tab (c1 number)"
70 "drop table scope_try1_tab"
H A Dconnect_scope_try3.phpt15 "drop table scope_try3_tab",
16 "create table scope_try3_tab (c1 number)"
70 "drop table scope_try3_tab"
H A Dconnect_scope_try4.phpt15 "drop table scope_try4_tab",
16 "create table scope_try4_tab (c1 number)"
70 "drop table scope_try4_tab"
H A Dconnect_scope_try5.phpt15 "drop table scope_try5_tab",
16 "create table scope_try5_tab (c1 number)"
70 "drop table scope_try5_tab"
H A Ddrcp_scope4.phpt17 // updates a table (without committing). Another connection is opened
18 // from function 2, and the table queried. When function1 ends, the
23 // Create the table
H A Dfield_funcs3.phpt12 "drop table field_funcs3_tab",
13 "create table field_funcs3_tab(c1_c char(2), c2_v varchar2(2), c3_n number, c4_d date)",
52 "drop table field_funcs3_tab"
H A Dbind_long_raw.phpt13 $stmt = oci_parse($c, "create table phptestlngraw( id number(10), fileimage long raw)");
32 $stmt = oci_parse($c, "drop table phptestlngraw");
H A Dbind_raw.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
33 $stmt = oci_parse($c, "drop table phptestrawtable");
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_stmt_datatype_change.phpt25 $c1->query("drop table if exists type_change");
26 $c1->query("create table type_change(a int, b char(10)) ENGINE = " . $engine);
41 var_dump($c2->query("alter table type_change drop a"));
64 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_change_user_locks_temporary.phpt2 mysqli_change_user() - table locks, GET_LOCK(), temporary tables
13 require_once('table.inc');
40 printf("[005] There should be some rows in the table test\n");
61 printf("[011] There should be three rows in the table test\n");
69 printf("[012] There should be no table test any more, [%d] %s\n",
/PHP-7.0/ext/sqlite3/tests/
H A Dsqlite3_24_last_insert_rowid.phpt14 echo "INSERT into table\n";
27 INSERT into table
H A Dsqlite3_enable_exceptions.phpt27 no such table: non_existent_table
30 Warning: SQLite3::query(): no such table: non_existent_table in %s on line %d
H A Dsqlite3_13_skip_all_cleanup.phpt14 echo "INSERT into table\n";
29 INSERT into table
/PHP-7.0/ext/mbstring/oniguruma/
H A Dst.h31 #define st_is_member(table,key) st_lookup(table,key,(st_data_t *)0) argument
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php.c259 char* fpm_php_get_string_from_table(zend_string *table, char *key) /* {{{ */ in fpm_php_get_string_from_table() argument
263 if (!table || !key) { in fpm_php_get_string_from_table()
269 zend_is_auto_global(table); in fpm_php_get_string_from_table()
272 data = zend_hash_find(&EG(symbol_table), table); in fpm_php_get_string_from_table()
/PHP-7.0/ext/intl/tests/_files/
H A Dres_index.txt1 res_index:table(nofallback) {

Completed in 23 milliseconds

12345678910>>...25