Searched refs:search (Results 26 – 50 of 62) sorted by relevance
123
/PHP-7.4/Zend/tests/ |
H A D | bug41961.phpt | 2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | array_key_exists_variation1.phpt | 5 /* 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 D | array_key_exists_variation7.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search)
|
H A D | array_key_exists_object1.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search)
|
H A D | array_key_exists.phpt | 6 * 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 D | array_search_variation4.phpt | 22 // search for resouce type in the resource array
|
H A D | in_array_variation4.phpt | 25 // search for resouce type in the resource array
|
H A D | array_key_exists_object2.phpt | 5 /* Prototype : bool array_key_exists(mixed $key, array $search)
|
H A D | array_key_exists_variation8.phpt | 5 /* 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 D | mbregex_stack_limit2.phpt | 30 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
|
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_search_variation4.phpt | 35 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
|
H A D | ldap_search_variation3.phpt | 88 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
|
H A D | bug48441.phpt | 96 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 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 D | magic | 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 …]
|
/PHP-7.4/ext/pdo_mysql/tests/ |
H A D | bug41125.phpt | 17 $search = "o'"; 18 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
|
/PHP-7.4/ext/fileinfo/ |
H A D | magicdata.patch | 132 0 search/1 -----BEGIN\ CERTIFICATE------ RFC1421 Security Certificate text 133 0 search/1 -----BEGIN\ NEW\ CERTIFICATE RFC1421 Security Certificate Signing Request text
|
H A D | libmagic.patch | 3369 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 D | README.md | 53 * `-c` search for php ini in path
|
/PHP-7.4/ext/skeleton/ |
H A D | config.m4.in | 41 dnl else # search default path list
|
/PHP-7.4/ext/standard/ |
H A D | string.c | 4381 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 D | pkg.m4 | 63 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 D | file.h | 429 } search; member
|
/PHP-7.4/ext/pdo_odbc/tests/ |
H A D | long_columns.phpt | 30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
|
/PHP-7.4/docs/ |
H A D | streams.md | 57 * `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 201 milliseconds
123