Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 148) sorted by relevance

123456

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_config.c125 *((uint32_t *)where) = 0 in pcre2_config()
143 *((uint32_t *)where) = HEAP_LIMIT; in pcre2_config()
148 *((uint32_t *)where) = 1; in pcre2_config()
150 *((uint32_t *)where) = 0; in pcre2_config()
158 return (int)(1 + ((where == NULL)? in pcre2_config()
170 *((uint32_t *)where) = MATCH_LIMIT; in pcre2_config()
179 *((uint32_t *)where) = 1; in pcre2_config()
181 *((uint32_t *)where) = 0; in pcre2_config()
193 *((uint32_t *)where) = 0; in pcre2_config()
214 *((uint32_t *)where) = 1; in pcre2_config()
[all …]
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/com_dotnet/
H A Dcom_dotnet.c127 char *where = ""; in dotnet_init() local
135 where = "CoCreateInstance"; in dotnet_init()
143 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
153 where = "QI: System._AppDomain"; in dotnet_init()
175 *p_where = where; in dotnet_init()
195 char *where = ""; in PHP_FUNCTION() local
203 hr = dotnet_init(&where); in PHP_FUNCTION()
227 where = "QI: System._AppDomain"; in PHP_FUNCTION()
261 where = "CreateInstance"; in PHP_FUNCTION()
272 where = "QI: IObjectHandle"; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/fileinfo/libmagic/
H A Dis_tar.c144 from_oct(const char *where, size_t digs) in from_oct() argument
151 while (isspace(CAST(unsigned char, *where))) { /* Skip spaces */ in from_oct()
152 where++; in from_oct()
157 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
158 value = (value << 3) | (*where++ - '0'); in from_oct()
162 if (digs > 0 && *where && !isspace(CAST(unsigned char, *where))) in from_oct()
/PHP-7.4/ext/pdo_mysql/tests/
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 = ?;');
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…
/PHP-7.4/ext/dba/libcdb/
H A Dcdb_make.c146 uint32 where; in cdb_make_finish() local
204 where = (hp->h >> 8) % len; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
206 if (++where == len) in cdb_make_finish()
207 where = 0; in cdb_make_finish()
208 c->hash[where] = *hp++; in cdb_make_finish()
/PHP-7.4/ext/oci8/tests/
H A Dbind_query.phpt27 $s = oci_parse($c, "select ename from bind_query_tab where empno = :eno");
35 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
46 $s = oci_parse($c, 'select ename from bind_query_tab where sal > :v order by ename');
H A Ddefine5.phpt24 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
33 $stmt = oci_parse($c, "select string from define5_tab where id = 1");
42 $stmt = oci_parse($c, "select string from define5_tab where id = 2");
H A Dfetch_all4.phpt24 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
33 $s = oci_parse($c, "select * from fetch_all4_tab where 1 = 0");
H A Dimp_res_2.phpt28 open c1 for select * from dual where 1 = 0;
37 open c1 for select * from dual where 1 = 0;
44 open c1 for select * from dual where 1 = 0;
H A Dxmltype_02.phpt29 $s = oci_parse($c, "delete from xmltype_02_tab where warehouse_id = :id");
63 from xmltype_02_tab where warehouse_id = :id');
84 where warehouse_id = :id');
94 from xmltype_02_tab where warehouse_id = :id');
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 Dconn_attr.inc53 $sel_stmt="select " .$attr. " from v\$session where sid =
54 (select sid from v\$session where audsid =
129 $sel_stmt="select " .$attr. " from v\$session where sid =
130 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
H A Ddb_op_2.phpt43 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op_2%\' order by dbop_exec_id…
49 dq($c, 'select sql_text, dbop_name from v$sql_monitor where sql_text like \'%dboptest%\' order by d…
/PHP-7.4/tests/lang/
H A Dbug21961.phpt15 function getdrunk($where)
17 $this->bars[] = new bar($where);
/PHP-7.4/ext/opcache/tests/
H A Dswitch_with_coinciding_targets.phpt2 Switch where all targets, including default, coincide
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt15 if (!$res = mysqli_query($link, "select count(*) as count from information_schema.tables where tabl…
50 …sqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR_NAME='_server…
63 …if (!$res = mysqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR…
/PHP-7.4/Zend/tests/generators/
H A Dthrow_uncaught.phpt2 Generator::throw() where the exception is not caught in the generator
H A Dthrow_caught.phpt2 Generator::throw() where the exception is caught in the generator
/PHP-7.4/ext/spl/tests/
H A Diterator_071.phpt2 SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug79664.phpt12 $stmt = $pdo->query('select 1 where 0');
/PHP-7.4/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-7.4/ext/pcre/tests/
H A Dpreg_match_variation1.phpt10 //test passing in the same variable where 1 is by value, the other is a different

Completed in 63 milliseconds

123456