/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_config.c | 125 *((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 D | pcre2_pattern_info.c | 132 *((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 D | is_tar.c | 157 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 D | com_dotnet.c | 163 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 D | pseudo_classes_is_where.phpt | 2 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 D | cdb_make.c | 144 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 D | bug21961.phpt | 15 function getdrunk($where) 17 $this->bars[] = new bar($where);
|
/php-src/ext/pdo_firebird/tests/ |
H A D | ignore_parammarks.phpt | 22 where 1=:d and 2=:e 33 where 1=:d /* and :f = 5 */ and 2=:e
|
/php-src/sapi/cgi/tests/ |
H A D | include.inc | 32 /* 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 D | mysqli_connect_attr.phpt | 13 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 D | mysqli_prepare.phpt | 57 $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))
|
/php-src/ext/dom/tests/ |
H A D | bug67440.phpt | 52 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/opcache/tests/ |
H A D | switch_with_coinciding_targets.phpt | 2 Switch where all targets, including default, coincide
|
/php-src/ext/standard/tests/array/range/ |
H A D | range_inputs_string_digits_float_step.phpt | 2 Test range() function where boundary are string digits and step is a float
|
/php-src/Zend/tests/traits/bugs/ |
H A D | overridding-static-property-with-doc-block.phpt | 2 Overriding a static property where both declarations have a doc block does not leak memory
|
/php-src/ext/standard/tests/array/sort/ |
H A D | array_multisort_stability.phpt | 6 // Something of a dummy example where 0 and '0' are used as equal elements.
|
/php-src/ext/standard/tests/general_functions/ |
H A D | proc_nice_basic-win.phpt | 15 if (!shell_exec("where wmic 2>nul")) { 32 $p = popen('wmic process where name="' . $bin . '"', 'r');
|
/php-src/Zend/tests/generators/ |
H A D | throw_uncaught.phpt | 2 Generator::throw() where the exception is not caught in the generator
|
H A D | throw_caught.phpt | 2 Generator::throw() where the exception is caught in the generator
|
/php-src/Zend/tests/ |
H A D | string_offset_optimization.phpt | 2 Invalid string offset use where the actual use may be optimized away
|
/php-src/Zend/tests/try/ |
H A D | try_finally_recursive_previous.phpt | 2 Test case where the implicit previous finally exception would result in recursion
|
/php-src/Zend/tests/type_declarations/union_types/variance/ |
H A D | invalid_004.phpt | 2 Invalid property inheritance where one direction is valid and the other unresolved
|
/php-src/ext/dom/ |
H A D | element.c | 1580 if (zend_string_equals_literal_ci(where, "beforebegin")) { in dom_insert_adjacent() 1590 } else if (zend_string_equals_literal_ci(where, "afterbegin")) { in dom_insert_adjacent() 1597 } else if (zend_string_equals_literal_ci(where, "beforeend")) { in dom_insert_adjacent() 1604 } else if (zend_string_equals_literal_ci(where, "afterend")) { in dom_insert_adjacent() 1633 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in dom_element_insert_adjacent_element() 1645 zend_string *where; in PHP_METHOD() local 1686 xmlNodePtr result = dom_insert_adjacent(where, thisp, this_intern, otherp); in dom_element_insert_adjacent_text() 1694 zend_string *where, *data; in PHP_METHOD() local 1696 if (zend_parse_parameters(ZEND_NUM_ARGS(), "SS", &where, &data) == FAILURE) { in PHP_METHOD() 1745 switch (ZSTR_LEN(where) + ZSTR_VAL(where)[2]) { in PHP_METHOD() [all …]
|
/php-src/ext/pdo_sqlite/tests/ |
H A D | bug79664.phpt | 10 $stmt = $pdo->query('select 1 where 0');
|
/php-src/ext/pcre/tests/ |
H A D | preg_match_variation1.phpt | 7 //test passing in the same variable where 1 is by value, the other is a different
|