Home
last modified time | relevance | path

Searched refs:search (Results 26 – 50 of 83) sorted by relevance

1234

/PHP-7.2/ext/snmp/tests/
H A Dbug64159.phpt22 MIB search path: %s
/PHP-7.2/ext/standard/tests/array/
H A Darray_key_exists_variation2.phpt2 Test array_key_exists() function : usage variations - Pass different data types to $search arg
5 /* Prototype : bool array_key_exists(mixed $key, array $search)
12 * Pass different data types as $search argument to array_key_exists() to test behaviour
40 // unexpected values to be passed to $search argument
H A Darray_key_exists_variation1.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
18 $search = array ('zero', 'key' => 'val', 'two');
93 var_dump( array_key_exists($input, $search) );
H A Darray_key_exists_variation7.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
H A Darray_key_exists_object1.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
H A Darray_key_exists_object2.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
H A Darray_key_exists.phpt6 * bool array_key_exists ( mixed $key, array $search );
25 /* keys to search in $search_arrays. $keys[0]
59 // search for $key_variations in each sub array of $search_arrays_v
H A Darray_search_variation4.phpt22 // search for resouce type in the resource array
H A Din_array_variation4.phpt25 // search for resouce type in the resource array
/PHP-7.2/ext/mbstring/
H A DREADME13 already. If you are curious, search archive for details.
/PHP-7.2/ext/ldap/tests/
H A Dldap_get_entries_variation.phpt2 Test ldap_get_entries() function - variation: used on empty search
H A Dldap_search_variation4.phpt35 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dldap_search_variation3.phpt88 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dbug48441.phpt96 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/PHP-7.2/ext/mbstring/tests/
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
/PHP-7.2/Zend/tests/
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
/PHP-7.2/ext/spl/examples/
H A Dregexfindfile.inc22 * @param $path the directory to search in
H A Dsearchiterator.inc13 * @brief Iterator to search for a specific element
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI217 Search string and return search result and matching region.
226 4 start: search start address of target string
227 5 range: search terminate address of target string
228 in forward search (start <= searched string < range)
229 in backward search (range <= searched string <= start)
231 7 option: search time option
252 6 option: search time option
275 5 option: search time option
352 4 region: search/match result region.
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic4220 >&1 search/b5 \x64
7596 >&0 search/1024 \n
13423 0 search/1 P1
13430 0 search/1 P2
13437 0 search/1 P3
17169 >2 search/9 \0\0
17195 >2 search/9 \0\0
20173 0 search/8192 !p
21155 #0 search/4096 '''
23441 0 search/1 !p
[all …]
H A Dmagic私はガラスを食べられます4220 >&1 search/b5 \x64
7596 >&0 search/1024 \n
13423 0 search/1 P1
13430 0 search/1 P2
13437 0 search/1 P3
17169 >2 search/9 \0\0
17195 >2 search/9 \0\0
20173 0 search/8192 !p
21155 #0 search/4096 '''
23441 0 search/1 !p
[all …]
/PHP-7.2/ext/pdo_mysql/tests/
H A Dbug41125.phpt17 $search = "o'";
18 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
/PHP-7.2/ext/sodium/
H A Dconfig.m432 dnl search default path list
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch3310 - cp = strndup((const char *)ms->search.s, ms->search.rm_len);
3312 - file_oomem(ms, ms->search.rm_len);
3315 + cp = estrndup((const char *)ms->search.s, ms->search.rm_len);
3410 - const char *search;
3415 - if (ms->search.s == NULL)
3438 - size_t slen = ms->search.s_len;
3451 - search = copy;
3461 + haystack = estrndup(ms->search.s, ms->search.s_len);
3501 - search = CCAST(char *, "");
3509 - ms->search.s += (int)pmatch.rm_so;
[all …]
/PHP-7.2/ext/pdo_sqlite/
H A Dconfig.m440 else # search default path list

Completed in 118 milliseconds

1234