Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_config.c83 *((int *)where) = 0; in pcre_config()
87 *((int *)where) = 1; in pcre_config()
89 *((int *)where) = 0; in pcre_config()
96 *((int *)where) = 0; in pcre_config()
100 *((int *)where) = 1; in pcre_config()
102 *((int *)where) = 0; in pcre_config()
109 *((int *)where) = 0; in pcre_config()
113 *((int *)where) = 1; in pcre_config()
115 *((int *)where) = 0; in pcre_config()
122 *((int *)where) = 1; in pcre_config()
[all …]
H A Dpcre_fullinfo.c71 int what, void *where) in pcre_fullinfo() argument
75 int what, void *where) in pcre_fullinfo()
79 int what, void *where) in pcre_fullinfo()
119 *((size_t *)where) = in pcre_fullinfo()
125 *((size_t *)where) = 0; in pcre_fullinfo()
138 *((int *)where) = in pcre_fullinfo()
144 *((pcre_uint32 *)where) = in pcre_fullinfo()
149 *((int *)where) = in pcre_fullinfo()
164 *((int *)where) = in pcre_fullinfo()
176 *((int *)where) = in pcre_fullinfo()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dis_tar.c133 from_oct(int digs, const char *where) in from_oct() argument
137 while (isspace((unsigned char)*where)) { /* Skip spaces */ in from_oct()
138 where++; in from_oct()
143 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
144 value = (value << 3) | (*where++ - '0'); in from_oct()
148 if (digs > 0 && *where && !isspace((unsigned char)*where)) in from_oct()
/PHP-5.5/ext/com_dotnet/
H A Dcom_dotnet.c129 char *where = ""; in dotnet_init() local
137 where = "CoCreateInstance"; in dotnet_init()
145 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
155 where = "QI: System._AppDomain"; in dotnet_init()
177 *p_where = where; in dotnet_init()
197 char *where = ""; in PHP_FUNCTION() local
203 hr = dotnet_init(&where TSRMLS_CC); in PHP_FUNCTION()
230 where = "QI: System._AppDomain"; in PHP_FUNCTION()
259 where = "CreateInstance"; in PHP_FUNCTION()
270 where = "QI: IObjectHandle"; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug43578.phpt27 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 122'));
30 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 123'));
33 var_dump(sybase_select_ex($db, 'select DC_Rights from #Resource where Resource_ID = 124'));
43 >>> Query: select DC_Rights from #Resource where Resource_ID = 122
47 >>> Query: select DC_Rights from #Resource where Resource_ID = 123
56 >>> Query: select DC_Rights from #Resource where Resource_ID = 124
H A Dtest_appname.phpt33 where
51 where
/PHP-5.5/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 = ?;');
/PHP-5.5/ext/interbase/tests/
H A D006.phpt57 $sel = ibase_query("select * from test6 where iter = ?", $iter);
133 "select iter from test6 where v_char = ?", $v_char)) ||
139 "select iter from test6 where v_date = ?", $v_date)) ||
145 "select iter from test6 where v_decimal = ?", $v_decimal)) ||
151 "select iter from test6 where v_integer = ?", $v_integer)) ||
157 "select iter from test6 where v_numeric = ?", $v_numeric)) ||
163 "select iter from test6 where v_smallint = ?", $v_smallint)) ||
169 "select iter from test6 where v_varchar = ?", $v_varchar)) ||
198 where v_integer between ? and ?");
H A D007.phpt72 $sel = ibase_query("select * from test7 where iter = $iter");
135 "select iter from test7 where v_char[$iter] LIKE ?", $v_char[$iter]."%")) ||
142 "select iter from test7 where v_date[$iter] = ?", $v_date[$iter])) ||
148 "select iter from test7 where v_decimal[$iter] = ?", $v_decimal[$iter])) ||
154 "select iter from test7 where v_integer[$iter] = ?", $v_integer[$iter])) ||
160 "select iter from test7 where v_numeric[$iter] = ?", $v_numeric[$iter])) ||
166 "select iter from test7 where v_smallint[$iter] = ?", $v_smallint[$iter])) ||
/PHP-5.5/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-5.5/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 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.inc55 $sel_stmt="select " .$attr. " from v\$session where sid =
56 (select sid from v\$session where audsid =
131 $sel_stmt="select " .$attr. " from v\$session where sid =
132 (select sid from v\$session where audsid = sys_context('userenv','sessionid')) order by 1";
/PHP-5.5/tests/lang/
H A Dbug21961.phpt17 function getdrunk($where)
19 $this->bars[] = new bar($where);
/PHP-5.5/ext/mysql/tests/
H A Dsetupdefault.inc3 …ault connection ini settings, so that implicit mysql_connect() behaviour can be tested where needed
/PHP-5.5/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-5.5/ext/spl/tests/
H A Diterator_071.phpt2 SPL: RecursiveIteratorIterator - Test where the case is RS_SELF and mode is CHILD_FIRST
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_prepare.phpt68 $where = 2;
69 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
76 $where = 3;
77 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
/PHP-5.5/ext/standard/tests/url/
H A Dbug52327.phpt11 string(51) "The '=' symbols aren't allowed where i put them o.O"
/PHP-5.5/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 43 milliseconds

1234567