Home
last modified time | relevance | path

Searched refs:search (Results 1 – 25 of 67) sorted by relevance

123

/php-src/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt71 -- search string has found '2' times
78 -- search string has found '2' times
85 -- search string has found '1' times
92 -- search string has found '0' times
99 -- search string has found '1' times
106 -- search string has found '0' times
113 -- search string has found '0' times
120 -- search string has found '1' times
127 -- search string has found '0' times
134 -- search string has found '2' times
[all …]
H A Dbug39621.phpt6 $search = "qxxx\0qqqqqqqq";
10 $result = str_replace ( $search, $replace, $subject );
14 $search = "QXXX\0qqqqqqqq";
18 $result = str_ireplace ( $search, $replace, $subject );
22 $search = "qxxx\0xxxxxxxx";
26 $result = str_replace ( $search, $replace, $subject );
30 $search = "qXxx\0xXxXxXxx";
34 $result = str_ireplace ( $search, $replace, $subject );
H A Dstr_replace_variation3.phpt8 Description: Replace all occurrences of the search string with
14 /* If replace has fewer values than search, then an empty
44 class search
50 $obj_search = new search;
183 str_replace(): Argument #2 ($replace) must be of type string when argument #1 ($search) is a string
H A Dstr_replace_variation1.phpt2 Test str_replace() function - test search values
7 echo "\n*** Testing str_replace() with various search values ***";
23 *** Testing str_replace() with various search values ***
274 Deprecated: str_replace(): Passing null to parameter #1 ($search) of type array|string is deprecate…
H A Dbug71190.phpt2 Bug #71190 (substr_replace converts integers in original $search array to strings)
H A Dbug71188.phpt2 Bug #71188 (str_replace converts integers in original $search array to strings)
/php-src/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt25 echo "\n-- Key in \$search array is : $name --\n";
26 $search[$input] = 'test';
31 var_dump(array_key_exists($key, $search));
34 $search = null;
42 -- Key in $search array is : null --
50 -- Key in $search array is : NULL --
58 -- Key in $search array is : empty single quoted string --
66 -- Key in $search array is : empty double quoted string --
74 -- Key in $search array is : undefined variable --
82 -- Key in $search array is : unset variable --
H A Darray_key_exists_variation4.phpt13 echo "\n-- \$search is a reference to \$array --\n";
14 $search = &$array;
15 var_dump(array_key_exists('one', $search));
22 -- $search is a reference to $array --
H A Darray_key_exists_basic.phpt13 $search = array('one', 'key' => 'value', 'val');
14 var_dump(array_key_exists($key1, $search));
15 var_dump(array_key_exists($key2, $search));
H A Darray_key_exists_variation3.phpt14 $search = array ('zero', 'one', 'two');
21 var_dump(array_key_exists($key, $search));
26 var_dump(array_key_exists((int)$key, $search));
H A Darray_key_exists_variation5.phpt19 echo "\n-- \$search arg points to sub-array --\n";
30 -- $search arg points to sub-array --
/php-src/ext/phar/tests/
H A Dbug65028.phpt19 "files/search/schema.xml",
105 "modules/search/select/searchModuleSelect.php",
106 "modules/search/select/searchOrderSelect.php",
108 "modules/search/misc/searchProviderSolr.php",
110 "modules/search/misc/searchResultItem.php",
111 "modules/search/misc/searchProviderBase.php",
112 "modules/search/misc/searchIProvider.php",
118 "modules/search/setup/config/sysSettings.xml",
119 "modules/search/setup/resources/lang/en.xml",
120 "modules/search/setup/resources/lang/de.xml",
[all …]
/php-src/ext/fileinfo/
H A Dmagicdata.patch16 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text
17 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
34 >>19 search/4096 \<svg SVG Scalable Vector Graphics image
38 >>19 search/4096 \<gnc-v2 GnuCash file
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.c227 const lexbor_hash_search_t *search, in lexbor_hash_insert_by_entry() argument
234 hash_id = search->hash(key, length); in lexbor_hash_insert_by_entry()
248 if (item->length == length && search->cmp(str, key, length)) { in lexbor_hash_insert_by_entry()
266 lexbor_hash_remove(lexbor_hash_t *hash, const lexbor_hash_search_t *search, in lexbor_hash_remove() argument
269 lexbor_hash_remove_by_hash_id(hash, search->hash(key, length), in lexbor_hash_remove()
270 key, length, search->cmp); in lexbor_hash_remove()
274 lexbor_hash_search(lexbor_hash_t *hash, const lexbor_hash_search_t *search, in lexbor_hash_search() argument
277 return lexbor_hash_search_by_hash_id(hash, search->hash(key, length), in lexbor_hash_search()
278 key, length, search->cmp); in lexbor_hash_search()
H A Dhash.h107 const lexbor_hash_search_t *search,
111 lexbor_hash_remove(lexbor_hash_t *hash, const lexbor_hash_search_t *search,
115 lexbor_hash_search(lexbor_hash_t *hash, const lexbor_hash_search_t *search,
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic25 >&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Graph:
26 >>&0 search/128 \x20\x20\x20\x20\x20\x20\x20\x20-:\x20\x20\x20\ 0:Data: GCOV coverage report
48 0 search/1 FONT ASCII vfont text
/php-src/ext/ldap/tests/
H A Dldap_search_variation5.phpt43 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
65 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
87 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/php-src/ext/fileinfo/libmagic/
H A Dsoftmagic.c779 ms->search.rm_len); in mprint()
944 (ms->search.offset + ms->search.rm_len)); in moffset()
1359 ms->search.s_len = 0; in mcopy()
1360 ms->search.s = NULL; in mcopy()
1395 ms->search.s = buf; in mcopy()
1398 ms->search.rm_len = 0; in mcopy()
2233 if (ms->search.s == NULL) in magiccheck()
2244 idx = ms->search.s_len; in magiccheck()
2253 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
2268 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
[all …]
/php-src/ext/dom/lexbor/patches/
H A DREADME.md22 * 0001-Shrink-size-of-static-binary-search-tree.patch
23 A PHP specific patch to shrink the size of the static binary search tree for entities.
28 …Also run `python3 tokenizer_entities_bst.py` to generate the static binary search tree for entitie…
38 * `git am -3 ../patches/0001-Shrink-size-of-static-binary-search-tree.patch`
/php-src/ext/dom/tests/modern/spec/
H A DNode_lookupPrefix.phpt40 echo "--- search for \"test\" ---\n";
58 --- search for "test" ---
/php-src/ext/xsl/
H A Dphp_xsl.c226 const char *search, in xsl_try_output_replaced_error_message() argument
231 const char *msg_replace_location = strstr(msg, search); in xsl_try_output_replaced_error_message()
241 #define XSL_TRY_OUTPUT_REPLACED_ERROR_MESSAGE(ctx, msg, args, search, replace) \ argument
242 xsl_try_output_replaced_error_message(ctx, msg, args, "" search, sizeof("" search) - 1, "" replace)
/php-src/Zend/tests/
H A Dns_021.phpt2 021: Name search priority (first look into namespace)
H A Dns_022.phpt2 022: Name search priority (first look into import, then into current namespace and then for class)
/php-src/ext/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/php-src/ext/soap/tests/bugs/
H A Dbug37083.phpt15 …as.xmlsoap.org/soap/encoding/" xmlns:ns1="urn:java:de.pangaea.metadataportal.search.SearchService">
19 …e="ns3:SearchResponseItem" xmlns:ns3="urn:java:de.pangaea.metadataportal.search.SearchService" xml…
20 …e="ns4:SearchResponseItem" xmlns:ns4="urn:java:de.pangaea.metadataportal.search.SearchService" xml…
21 …e="ns5:SearchResponseItem" xmlns:ns5="urn:java:de.pangaea.metadataportal.search.SearchService" xml…
22 …e="ns6:SearchResponseItem" xmlns:ns6="urn:java:de.pangaea.metadataportal.search.SearchService" xml…
23 …e="ns7:SearchResponseItem" xmlns:ns7="urn:java:de.pangaea.metadataportal.search.SearchService" xml…
47 $search=new stdClass();
48 $search->queryString='argo';
49 $search->ranges[]=$r=new stdClass();
52 $search->index='all';
[all …]

Completed in 50 milliseconds

123