Home
last modified time | relevance | path

Searched refs:where (Results 101 – 125 of 148) sorted by last modified time

123456

/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_client_identifier.phpt14 $query = 'select client_identifier from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_attr_module.phpt14 $query = 'select module from v$session where sid = sys_context(\'USERENV\', \'SID\')';
/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt39 var_dump($db->query('select name from test where id=0')->fetchColumn());
H A Dbug_65946.phpt31 …$sql = "select id from (select a.*, rownum rnum from (SELECT * FROM test) a where rownum <= :limit…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_attr.phpt12 $stmt = $pdo->query("select count(*) from information_schema.tables where table_schema='performance…
35 …$stmt = $pdo->query("select * from performance_schema.session_connect_attrs where ATTR_NAME='_serv…
46 $stmt = $pdo->query("select * from performance_schema.session_connect_attrs where ATTR_NAME='_clien…
H A Dbug_61207.phpt19 select * from test where id = ?;
20 update test set id = 2 where id = ?;');
34 $handle2 = $db->prepare('select * from test where id = ?;
35 update test set id = 1 where id = ?;');
50 $handle3 = $db->prepare('update test set id = 2 where id = ?;
51 select * from test where id = ?;');
67 update test set id = 2 where id = ?;
68 select * from test where id = ?;');
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c132 *((uint32_t *)where) = re->top_backref; in pcre2_pattern_info()
136 *((uint32_t *)where) = re->bsr_convention; in pcre2_pattern_info()
140 *((uint32_t *)where) = re->top_bracket; in pcre2_pattern_info()
144 *((uint32_t *)where) = re->limit_depth; in pcre2_pattern_info()
149 *((uint32_t *)where) = re->extra_options; in pcre2_pattern_info()
181 *((uint32_t *)where) = re->limit_heap; in pcre2_pattern_info()
194 *((size_t *)where) = 0; in pcre2_pattern_info()
212 *((uint32_t *)where) = re->limit_match; in pcre2_pattern_info()
221 *((uint32_t *)where) = re->minlength; in pcre2_pattern_info()
229 *((uint32_t *)where) = re->name_count; in pcre2_pattern_info()
[all …]
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 … the process isolation in the forking hierarchy father -> son -> grandson where father can not kno…
/PHP-7.4/ext/opcache/tests/
H A Dswitch_with_coinciding_targets.phpt2 Switch where all targets, including default, coincide
/PHP-7.4/ext/oci8/tests/
H A Dxmltype_01.phpt42 from xtt where xt_id = 1');
62 where xt_id = 1');
H A Ddriver_name.phpt48 where sci.client_driver is not null
H A Ddriver_name_11gR2.phpt45 where sci.client_driver is not null
H A Dlob_030.phpt33 $select_sql = "SELECT clob FROM ".$tn." where id = ".$id;
H A Dlob_null.phpt31 select data into pdata from lob_null_tab where id = pid;
H A Drefcur_prefetch_2.phpt132 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Drefcur_prefetch_3.phpt71 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Ddrcp_functions.inc32 $update_stmt ="Update drcptest set dept ='NEWDEPT' where id = 105";
40 $sel_stmt="select dept from drcptest where id=105";
H A Dnum.phpt116 $select_sql = "select id from num_tab where 1=0";
H A Drefcur_prefetch_4.phpt136 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dbind_char_1.phpt39 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
74 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
110 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
146 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_char_2_11gR1.phpt36 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_long.phpt31 $stmt = oci_parse($c, "SELECT filetxt FROM phptestlng where id = 1");
49 $stmt = oci_parse($c, "SELECT filetxt FROM phptestlng where id = 2");
H A Dbind_rowid.phpt32 $s = oci_parse($c, 'select rowid, address from rid_tab where id = :l_bv for update');
44 $s = oci_parse($c,'update rid_tab set address = :a_bv where rowid = :r_bv');
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
H A Dbug43497.phpt16 $query = "select sid from v\$session where audsid = userenv('sessionid')";
31 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;

Completed in 78 milliseconds

123456