Home
last modified time | relevance | path

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

1234567

/php-src/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-src/ext/fileinfo/libmagic/
H A Dis_tar.c157 from_oct(const char *where, size_t digs) in from_oct() argument
164 while (isspace(CAST(unsigned char, *where))) { /* Skip spaces */ in from_oct()
165 where++; in from_oct()
170 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()
171 value = (value << 3) | (*where++ - '0'); in from_oct()
175 if (digs > 0 && *where && !isspace(CAST(unsigned char, *where))) in from_oct()
/php-src/ext/com_dotnet/
H A Dcom_dotnet.c163 char *where = ""; in dotnet_init() local
171 where = "dotnet_bind_runtime"; in dotnet_init()
177 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
187 where = "QI: System._AppDomain"; in dotnet_init()
209 *p_where = where; in dotnet_init()
229 char *where = ""; in PHP_METHOD() local
244 hr = dotnet_init(&where); in PHP_METHOD()
268 where = "QI: System._AppDomain"; in PHP_METHOD()
294 where = "CreateInstance"; in PHP_METHOD()
305 where = "QI: IObjectHandle"; in PHP_METHOD()
[all …]
/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_is_where.phpt2 CSS Selectors - Pseudo classes: is/where
25 test_helper($dom, ':where(article, main) p');
32 --- Selector: :where(article, main) p ---
/php-src/ext/dba/libcdb/
H A Dcdb_make.c144 uint32 where; in cdb_make_finish() local
202 where = (hp->h >> 8) % len; in cdb_make_finish()
203 while (c->hash[where].p) in cdb_make_finish()
204 if (++where == len) in cdb_make_finish()
205 where = 0; in cdb_make_finish()
206 c->hash[where] = *hp++; in cdb_make_finish()
/php-src/tests/lang/
H A Dbug21961.phpt15 function getdrunk($where)
17 $this->bars[] = new bar($where);
/php-src/ext/pdo_firebird/tests/
H A Dignore_parammarks.phpt22 where 1=:d and 2=:e
33 where 1=:d /* and :f = 5 */ and 2=:e
/php-src/sapi/cgi/tests/
H A Dinclude.inc32 /* Try in the same path as php, for the case where php is installed. */
38 /* Try sapi/cgi/php-cgi, for the case where php is not installed. */
/php-src/ext/mysqli/tests/
H A Dmysqli_connect_attr.phpt13 if (!$res = mysqli_query($link, "select count(*) as count from information_schema.tables where tabl…
45 …sqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR_NAME='_server…
58 …if (!$res = mysqli_query($link, "select * from performance_schema.session_connect_attrs where ATTR…
H A Dmysqli_prepare.phpt57 $where = 2;
58 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
65 $where = 3;
66 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
H A Dmysqli_incomplete_initialization.phpt2 Incomplete initialization edge case where mysql->mysql is NULL
/php-src/ext/dom/tests/
H A Dbug67440.phpt52 echo "-- fragment to document where first element is not a text node --\n"; case3('appendChild'); e…
58 echo "-- fragment to document where first element is not a text node --\n"; case3('insertBefore'); …
64 echo "-- fragment to document where first element is not a text node --\n"; case3('insertBefore'); …
84 -- fragment to document where first element is not a text node --
112 -- fragment to document where first element is not a text node --
140 -- fragment to document where first element is not a text node --
/php-src/ext/standard/tests/array/
H A Darray_multisort_stability.phpt6 // Something of a dummy example where 0 and '0' are used as equal elements.
/php-src/ext/opcache/tests/
H A Dswitch_with_coinciding_targets.phpt2 Switch where all targets, including default, coincide
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_digits_float_step.phpt2 Test range() function where boundary are string digits and step is a float
/php-src/Zend/tests/traits/bugs/
H A Doverridding-static-property-with-doc-block.phpt2 Overriding a static property where both declarations have a doc block does not leak memory
/php-src/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt15 if (!shell_exec("where wmic 2>nul")) {
32 $p = popen('wmic process where name="' . $bin . '"', 'r');
/php-src/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-src/Zend/tests/
H A Dstring_offset_optimization.phpt2 Invalid string offset use where the actual use may be optimized away
/php-src/Zend/tests/try/
H A Dtry_finally_recursive_previous.phpt2 Test case where the implicit previous finally exception would result in recursion
/php-src/Zend/tests/type_declarations/union_types/variance/
H A Dinvalid_004.phpt2 Invalid property inheritance where one direction is valid and the other unresolved
/php-src/ext/pdo_sqlite/tests/
H A Dbug79664.phpt10 $stmt = $pdo->query('select 1 where 0');
/php-src/ext/pcre/tests/
H A Dpreg_match_variation1.phpt7 //test passing in the same variable where 1 is by value, the other is a different

Completed in 41 milliseconds

1234567