Home
last modified time | relevance | path

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

123

/PHP-8.2/Zend/tests/
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
/PHP-8.2/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt31 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/PHP-8.2/ext/standard/tests/strings/
H A Dstr_replace_basic.phpt43 str_replace(): Argument #1 ($search) must be of type array|string, resource given
/PHP-8.2/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.phpt89 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dbug48441.phpt97 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic564 #>>19 search/7 \n
10160 >6 search/2 0,
10174 >>>10 search/3 "
14265 >13 search/3 #
16852 0 search/1 P1
16866 0 search/1 P2
16875 0 search/1 P3
22871 >2 search/9 \0\0
22897 >2 search/9 \0\0
31016 0 search ..OMR
[all …]
H A Dmagic私はガラスを食べられます564 #>>19 search/7 \n
10160 >6 search/2 0,
10174 >>>10 search/3 "
14265 >13 search/3 #
16852 0 search/1 P1
16866 0 search/1 P2
16875 0 search/1 P3
22871 >2 search/9 \0\0
22897 >2 search/9 \0\0
31016 0 search ..OMR
[all …]
/PHP-8.2/ext/standard/tests/array/
H A Darray_key_exists.phpt16 /* keys to search in $search_arrays. $keys[0]
50 // search for $key_variations in each sub array of $search_arrays_v
H A Darray_search_variation4.phpt16 // search for resource type in the resource array
H A Din_array_variation4.phpt18 // search for resource type in the resource array
H A Darray_key_exists_variation8.phpt6 * Pass an array where the keys are different data types as the $search argument
85 foreach ($new_input as $key => $search) {
/PHP-8.2/ext/pdo_mysql/tests/
H A Dbug41125.phpt18 $search = "o'";
19 $sql = "SELECT 1 FROM DUAL WHERE 'o''riley' LIKE " . $db->quote('%' . $search . '%');
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch3403 idx = ms->search.s_len;
3410 idx = found - ms->search.s;
3412 ms->search.rm_len = ms->search.s_len - idx;
3418 if (slen + idx > ms->search.s_len)
3425 - const char *search;
3430 - if (ms->search.s == NULL)
3453 - size_t slen = ms->search.s_len;
3471 + haystack = zend_string_init(ms->search.s, ms->search.s_len, 0);
3485 - search = copy;
3515 - search = CCAST(char *, "");
[all …]
/PHP-8.2/sapi/fpm/tests/
H A Dlogtool.inc499 * @param string $expectedMessage Message to search for
562 * @param string $expectedMessage Message to search for
593 * @param string $expectedMessage Message to search for
732 $invert ? null : 'The search pattern not found',
739 return $this->logReader->printError('The search pattern found - PATTERN: ' . $pattern);
/PHP-8.2/ext/skeleton/
H A Dconfig.m4.in41 dnl else # search default path list
/PHP-8.2/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])
H A Dlibtool.m41717 # Append ld.so.conf contents to the search path
2288 # If it is relative, then search for the first ld in PATH.
3097 # as there is no search path for DLLs.
4406 # Is shlibpath searched before the hard-coded library search path?
4450 # Compile-time system search path for libraries
4453 # Run-time system search path for libraries
5470 # as there is no search path for DLLs.
5781 # no search path for DLLs.
5890 # hardcode_minus_L: Not really in the search PATH,
5909 # hardcode_minus_L: Not really in the search PATH,
[all …]
/PHP-8.2/ext/fileinfo/libmagic/
H A Dfile.h447 } search; member
/PHP-8.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt31 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
/PHP-8.2/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
/PHP-8.2/ext/phar/
H A Dphar_object.c4269 static int extract_helper(phar_archive_data *archive, zend_string *search, char *pathto, size_t pat… in extract_helper() argument
4273 if (!search) { in extract_helper()
4279 } else if ('/' == ZSTR_VAL(search)[ZSTR_LEN(search) - 1]) { in extract_helper()
4282 if (0 != strncmp(ZSTR_VAL(search), entry->filename, ZSTR_LEN(search))) continue; in extract_helper()
4288 entry = zend_hash_find_ptr(&archive->manifest, search); in extract_helper()
H A Dphar.c1592 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr() argument
1604 if (!(c = memchr(c + 1, search[0], buf_len - search_len - so_far))) { in phar_strnstr()
1614 if (!memcmp(c, search, search_len)) { in phar_strnstr()
/PHP-8.2/ext/standard/
H A Dstring.c2654 __m128i search = _mm_set1_epi8(ch_from); local
2659 __m128i mask = _mm_cmpeq_epi8(src, search);
2672 mask = _mm_cmpeq_epi8(src, search);
2876 __m128i search = _mm_set1_epi8(ch); local
2880 uint32_t mask = _mm_movemask_epi8(_mm_cmpeq_epi8(src, search));
H A Dbasic_functions.stub.php1751 function str_replace(array|string $search, array|string $replace, string|array $subject, &$count = …
1758 function str_ireplace(array|string $search, array|string $replace, string|array $subject, &$count =…

Completed in 424 milliseconds

123