Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/tests/
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
/PHP-7.4/ext/standard/tests/array/
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.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
H A Darray_key_exists_object2.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
H A Darray_key_exists_variation8.phpt5 /* Prototype : bool array_key_exists(mixed $key, array $search)
12 * Pass an array where the keys are different data types as the $search argument
103 foreach ($new_input as $key => $search) {
/PHP-7.4/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt30 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/PHP-7.4/ext/ldap/tests/
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.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます456 #>>19 search/7 \n
5158 >&1 search/b5 \x64
15466 0 search/1 P1
15473 0 search/1 P2
15480 0 search/1 P3
20246 >2 search/9 \0\0
20272 >2 search/9 \0\0
23575 0 search/8192 !p
24692 >>9 search/13 ::
27110 0 search/1 !p
[all …]
H A Dmagic456 #>>19 search/7 \n
5158 >&1 search/b5 \x64
15466 0 search/1 P1
15473 0 search/1 P2
15480 0 search/1 P3
20246 >2 search/9 \0\0
20272 >2 search/9 \0\0
23575 0 search/8192 !p
24692 >>9 search/13 ::
27110 0 search/1 !p
[all …]
/PHP-7.4/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.4/ext/fileinfo/
H A Dmagicdata.patch132 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text
133 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
H A Dlibmagic.patch3369 ms->search.rm_len);
3371 - file_oomem(ms, ms->search.rm_len);
3501 - const char *search;
3506 - if (ms->search.s == NULL)
3529 - size_t slen = ms->search.s_len;
3540 - memcpy(copy, ms->search.s, slen);
3542 - search = copy;
3552 + haystack = zend_string_init(ms->search.s, ms->search.s_len, 0);
3592 - search = CCAST(char *, "");
3600 - ms->search.s += CAST(int, pmatch.rm_so);
[all …]
/PHP-7.4/sapi/phpdbg/
H A DREADME.md53 * `-c` search for php ini in path
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in41 dnl else # search default path list
/PHP-7.4/ext/standard/
H A Dstring.c4381 if (Z_TYPE_P(search) == IS_ARRAY) {
4394 ZEND_HASH_FOREACH_VAL_IND(Z_ARRVAL_P(search), search_entry) {
4488 ZEND_ASSERT(Z_TYPE_P(search) == IS_STRING);
4489 if (Z_STRLEN_P(search) == 1) {
4492 Z_STRVAL_P(search)[0],
4497 } else if (Z_STRLEN_P(search) > 1) {
4500 Z_STRVAL_P(search), Z_STRLEN_P(search),
4505 Z_STR_P(search),
4530 Z_PARAM_ZVAL(search)
4538 if (Z_TYPE_P(search) != IS_ARRAY) {
[all …]
/PHP-7.4/build/
H A Dpkg.m463 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
64 AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path])
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfile.h429 } search; member
/PHP-7.4/ext/pdo_odbc/tests/
H A Dlong_columns.phpt30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
/PHP-7.4/docs/
H A Dstreams.md57 * `IGNORE_PATH` (default) - don't use include path to search for the file
58 * `USE_PATH` - use include path to search for the file

Completed in 263 milliseconds

123