Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/standard/tests/strings/
H A Dstr_replace_variation2.phpt75 -- search string has found '2' times
82 -- search string has found '2' times
89 -- search string has found '1' times
96 -- search string has found '0' times
103 -- search string has found '1' times
110 -- search string has found '0' times
117 -- search string has found '0' times
124 -- search string has found '1' times
131 -- search string has found '0' times
138 -- 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.phpt133 class search
139 $obj_search = new search;
620 -- search string has found '2' times
627 -- search string has found '2' times
634 -- search string has found '1' times
641 -- search string has found '0' times
648 -- search string has found '1' times
655 -- search string has found '0' times
662 -- search string has found '0' times
669 -- search string has found '1' times
[all …]
H A Dstr_replace_variation1.phpt2 Test str_replace() function - test search values
8 Prototype: mixed str_replace(mixed $search, mixed $replace,
10 Description: Replace all occurrences of the search string with
15 echo "\n*** Testing str_replace() with various search values ***";
32 *** Testing str_replace() with various search values ***
H A Dstr_replace_basic.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
10 Description: Replace all occurrences of the search string with
H A Dstr_replace_variation3.phpt8 Prototype: mixed str_replace(mixed $search, mixed $replace,
10 Description: Replace all occurrences of the search string with
16 /* If replace has fewer values than search, then an empty
46 class search
52 $obj_search = new search;
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-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation6.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
31 echo "\n-- Key in \$search array is : $name --\n";
32 $search[$input] = 'test';
37 var_dump(array_key_exists($key, $search));
40 $search = null;
48 -- Key in $search array is : null --
56 -- Key in $search array is : NULL --
64 -- Key in $search array is : empty single quoted string --
72 -- Key in $search array is : empty double quoted string --
80 -- Key in $search array is : undefined variable --
[all …]
H A Darray_key_exists_variation4.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
19 echo "\n-- \$search is a reference to \$array --\n";
20 $search = &$array;
21 var_dump(array_key_exists('one', $search));
28 -- $search is a reference to $array --
H A Darray_key_exists_basic.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
19 $search = array('one', 'key' => 'value', 'val');
20 var_dump(array_key_exists($key1, $search));
21 var_dump(array_key_exists($key2, $search));
H A Darray_key_exists_variation5.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
25 echo "\n-- \$search arg points to sub-array --\n";
36 -- $search arg points to sub-array --
H A Darray_key_exists_variation3.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
20 $search = array ('zero', 'one', 'two');
26 var_dump(array_key_exists($key, $search));
28 var_dump(array_key_exists((int)$key, $search));
/PHP-7.4/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-7.4/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-7.4/ext/ldap/tests/
H A Dldap_search_variation5.phpt43 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
64 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
85 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dldap_get_entries_variation.phpt2 Test ldap_get_entries() function - variation: used on empty search
/PHP-7.4/ext/fileinfo/libmagic/
H A Dsoftmagic.c789 ms->search.rm_len); in mprint()
798 t = ms->search.offset; in mprint()
800 t = ms->search.offset + ms->search.rm_len; in mprint()
922 (ms->search.offset + ms->search.rm_len)); in moffset()
1317 ms->search.s_len = 0; in mcopy()
1318 ms->search.s = NULL; in mcopy()
1353 ms->search.s = buf; in mcopy()
1356 ms->search.rm_len = 0; in mcopy()
2120 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
2133 ms->search.rm_len = ms->search.s_len - idx; in magiccheck()
[all …]
H A Dder.c246 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_offs()
247 size_t offs = 0, len = ms->search.s_len ? ms->search.s_len : nbytes; in der_offs()
280 const uint8_t *b = RCAST(const uint8_t *, ms->search.s); in der_cmp()
282 size_t offs = 0, len = ms->search.s_len; in der_cmp()
/PHP-7.4/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-7.4/ext/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/PHP-7.4/ext/snmp/tests/
H A Dbug64159.phpt22 MIB search path: %s
/PHP-7.4/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 …]
/PHP-7.4/ext/mbstring/tests/
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)

Completed in 45 milliseconds

123