Home
last modified time | relevance | path

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

123

/PHP-7.4/Zend/tests/
H A Dbug41961.phpt2 Bug #41961 (Ensure search for hidden private methods does not stray from class hierarchy)
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/build/
H A Dlibtool.m41706 # Append ld.so.conf contents to the search path
2277 # If it is relative, then search for the first ld in PATH.
3088 # as there is no search path for DLLs.
4397 # Is shlibpath searched before the hard-coded library search path?
4441 # Compile-time system search path for libraries
4444 # Run-time system search path for libraries
5461 # as there is no search path for DLLs.
5772 # no search path for DLLs.
5881 # hardcode_minus_L: Not really in the search PATH,
5900 # hardcode_minus_L: Not really in the search PATH,
[all …]
H A Dphp.m4365 dnl Use this macro, if you need to add libraries and or library search paths to
395 dnl Use this macro, if you need to add header search paths to the PHP 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/
H A Dconfigure.ac196 [Disable passing additional runtime library search paths])],
/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
/PHP-7.4/ext/fileinfo/
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 …]
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
/PHP-7.4/ext/fileinfo/libmagic/
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()
H A Dfile.h429 } search; member
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 …]
/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
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 …]
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 …]
/PHP-7.4/ext/ldap/tests/
H A Dbug48441.phpt96 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
H A Dldap_search_variation3.phpt88 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dldap_search_variation4.phpt35 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
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
/PHP-7.4/ext/mbstring/tests/
H A Dbug72693.phpt2 Bug #72693 (mb_ereg_search increments search position when a match zero-width)
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/pcre/tests/
H A Dinvalid_utf8.phpt12 $string = urldecode("search%e4");
/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 . '%');

Completed in 185 milliseconds

123