Home
last modified time | relevance | path

Searched refs:where (Results 26 – 50 of 148) sorted by path

123456

/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch3578 + ms->search.s += Z_LVAL_P(offset); /* this is where the match starts */
3579 + ms->search.offset += Z_LVAL_P(offset); /* this is where the match starts as size_t */
/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/fileinfo/tests/
H A Dmagic2 # Format is described in magic(files), where:
228 # where #### is a format version number
8372 # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
8539 # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
10275 # where nn is string offset varying for different languages
23023 # header in the first descriptor where there are some useful infos,
23152 # What are the possibilities and where is this documented?
23204 # we currently can't specify a variable-length string where the length
26719 # at the very end where file(1) can't get it.
28636 # This file is mainly reserved for files where programs
[all …]
H A Dmagic私はガラスを食べられます2 # Format is described in magic(files), where:
228 # where #### is a format version number
8372 # inspect VVYYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
8539 # inspect YYMMDD , where 1<= MM <= 12 and 1<= DD <= 31
10275 # where nn is string offset varying for different languages
23023 # header in the first descriptor where there are some useful infos,
23152 # What are the possibilities and where is this documented?
23204 # we currently can't specify a variable-length string where the length
26719 # at the very end where file(1) can't get it.
28636 # This file is mainly reserved for files where programs
[all …]
/PHP-7.4/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt79 where such license applies only to those patent claims licensable
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md23 `intl.use_exceptions` you get more fine-grained information about where the
87 operates, where functions return immediately if an error is set.
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_error.phpt59 Warning: ldap_set_option(): The array value must contain only arrays, where each array is a control…
/PHP-7.4/ext/mbstring/libmbfl/
H A DLICENSE347 where to find the accompanying uncombined form of the same work.
/PHP-7.4/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt16 * Testing deprecated behaviour where third argument can be $encoding
/PHP-7.4/ext/mysqli/tests/
H A Dbug71863.phpt36 %AUnknown column 'owner_id' in 'where clause'
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…
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))
H A Dmysqli_set_charset.phpt104 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
111 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
/PHP-7.4/ext/oci8/
H A Dconfig.m491 dnl PHP_INIT_DTRACE allows OCI8 to be DTraced on versions of PHP where core PHP
185 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped)
366 dnl recent version in /usr/lib which is where the Oracle Instant Client
/PHP-7.4/ext/oci8/tests/
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_1_11gR1.phpt41 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
76 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
112 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
148 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_char_2.phpt36 $s = oci_parse($c, "select * from bind_char_tab where c1 = :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_misccoltypes.phpt45 $s = oci_parse($c, "select $colname from bind_misccoltypes_tab where id = :id");
140 . "from bind_misccoltypes_tab where id = 86";
H A Dbind_misccoltypes_errs.phpt39 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
H A Dbind_number.phpt32 $s = oci_parse($c, "select $colname from bind_number_tab where id = :id");
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 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 Dbind_sqltafc.phpt24 $s = oci_parse($c, "select * from bind_sqltafc_tab where id = $id");

Completed in 225 milliseconds

123456