Home
last modified time | relevance | path

Searched refs:search (Results 51 – 75 of 83) sorted by relevance

1234

/PHP-7.2/sapi/phpdbg/
H A DREADME.md56 - -c search for php ini in path
/PHP-7.2/sapi/apache2handler/
H A DREADME53 allows an admin to override the php.ini search path. For example,
/PHP-7.2/ext/shmop/
H A DREADME5 While developing a search deamon we needed a php based front end
/PHP-7.2/ext/spl/
H A Ddoxygen.cfg215 # Configuration::additions related to the search engine
/PHP-7.2/ext/standard/
H A Dstring.c3958 if (Z_TYPE_P(search) == IS_ARRAY) {
3971 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(search), search_entry) {
4062 ZEND_ASSERT(Z_TYPE_P(search) == IS_STRING);
4063 if (Z_STRLEN_P(search) == 1) {
4066 Z_STRVAL_P(search)[0],
4071 } else if (Z_STRLEN_P(search) > 1) {
4074 Z_STRVAL_P(search), Z_STRLEN_P(search),
4079 Z_STR_P(search),
4104 Z_PARAM_ZVAL(search)
4112 if (Z_TYPE_P(search) != IS_ARRAY) {
[all …]
H A Dbasic_functions.c590 ZEND_ARG_INFO(0, search)
2347 ZEND_ARG_INFO(0, search)
2354 ZEND_ARG_INFO(0, search)
/PHP-7.2/ext/standard/tests/array/
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.2/ext/curl/
H A Dconfig.m446 AC_MSG_WARN(Fallback: search for curl headers and curl-config)
/PHP-7.2/ext/opcache/
H A DREADME132 Enables or disables file search in include_path optimization
133 If the file search is disabled and a cached file is found that uses
/PHP-7.2/ext/fileinfo/libmagic/
H A Dfile.h411 } search; member
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME124 regexec.c search and match functions
H A DREADME.md163 |regexec.c |search and match functions |
H A DHISTORY289 2006/11/06: [spec] change ONIG_OPTION_FIND_LONGEST to search all of
564 Segmentation fault in backward search.
633 begin-line anchor and BM search optimization leads
1014 search fail in ignore case mode.
1916 2003/02/03: [impl] compile-search conflict in regex_search() is handled.
1940 [new] add search time option REG_OPTION_POSIX_REGION.
2001 2002/11/29: [bug] infinite loop on NULL-pointer str search (regex_search()).
/PHP-7.2/ext/pdo_odbc/tests/
H A Dlong_columns.phpt30 // 2. in Control Panel, search for ODBC and open "Setup data sources (ODBC)"
/PHP-7.2/ext/spl/internal/
H A Dsplfileobject.inc37 * @param $use_include_path Whether to search in include paths
/PHP-7.2/
H A DREADME.STREAMS56 IGNORE_PATH (default) - don't use include path to search for the file
57 USE_PATH - use include path to search for the file
H A DINSTALL827 # apt-cache search php7
828 # aptitude search php7
829 # aptitude search php7 |grep -i mysql
927 Noteworthy nano commands: ^w (search), ^o (save), and ^x (exit)
H A Dacinclude.m4389 dnl Use this macro, if you need to add libraries and or library search
420 dnl Use this macro, if you need to add header search paths to the PHP
/PHP-7.2/ext/phar/
H A Dphar_object.c4375 static int extract_helper(phar_archive_data *archive, zend_string *search, char *pathto, size_t pat… in extract_helper() argument
4379 if (!search) { in extract_helper()
4385 } else if ('/' == ZSTR_VAL(search)[ZSTR_LEN(search) - 1]) { in extract_helper()
4388 if (0 != strncmp(ZSTR_VAL(search), entry->filename, ZSTR_LEN(search))) continue; in extract_helper()
4394 entry = zend_hash_find_ptr(&archive->manifest, search); in extract_helper()
H A Dphar.c1538 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … argument
1550 if (!(c = memchr(c + 1, search[0], buf_len - search_len - so_far))) {
1560 if (!memcmp(c, search, search_len)) {
/PHP-7.2/build/
H A Dlibtool.m41710 # Append ld.so.conf contents to the search path
2281 # If it is relative, then search for the first ld in PATH.
3092 # as there is no search path for DLLs.
4401 # Is shlibpath searched before the hard-coded library search path?
4445 # Compile-time system search path for libraries
4448 # Run-time system search path for libraries
5465 # as there is no search path for DLLs.
5776 # no search path for DLLs.
5885 # hardcode_minus_L: Not really in the search PATH,
5904 # hardcode_minus_L: Not really in the search PATH,
[all …]
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DRE135 \G where the current search attempt begins
/PHP-7.2/ext/standard/tests/misc/
H A Duser_agents.txt6 Baiduspider+(+http://www.baidu.com/search/spider.htm)
7 Baiduspider-image+(+http://www.baidu.com/search/spider.htm)
14 compatible;Baiduspider/2.0; +http://www.baidu.com/search/spider.html
223 Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
H A Dget_browser_variation3.phpt25 Agent Baiduspider+(+http://www.baidu.com/search/spider.htm)
27 Agent Baiduspider-image+(+http://www.baidu.com/search/spider.htm)
41 Agent compatible;Baiduspider/2.0; +http://www.baidu.com/search/spider.html
459 Agent Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
/PHP-7.2/sapi/fpm/tests/
H A Dtester.inc386 return $this->error("The search pattern not found");

Completed in 109 milliseconds

1234