Searched refs:search (Results 51 – 62 of 62) sorted by relevance
123
/PHP-7.4/ext/phar/ |
H A D | phar_object.c | 4320 static int extract_helper(phar_archive_data *archive, zend_string *search, char *pathto, size_t pat… in extract_helper() argument 4324 if (!search) { in extract_helper() 4330 } else if ('/' == ZSTR_VAL(search)[ZSTR_LEN(search) - 1]) { in extract_helper() 4333 if (0 != strncmp(ZSTR_VAL(search), entry->filename, ZSTR_LEN(search))) continue; in extract_helper() 4339 entry = zend_hash_find_ptr(&archive->manifest, search); in extract_helper()
|
H A D | phar.c | 1547 static inline char *phar_strnstr(const char *buf, int buf_len, const char *search, int search_len) … in phar_strnstr() argument 1559 if (!(c = memchr(c + 1, search[0], buf_len - search_len - so_far))) { in phar_strnstr() 1569 if (!memcmp(c, search, search_len)) { in phar_strnstr()
|
/PHP-7.4/build/ |
H A D | libtool.m4 | 1706 # 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 D | php.m4 | 365 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
|
/PHP-7.4/ext/standard/tests/misc/ |
H A D | user_agents.txt | 6 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 D | get_browser_variation3.phpt | 25 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)
|
H A D | browscap.ini | 376 [mp3Spider cn-search-devel at yahoo-inc dot com] 1337 [CFM-SearchBot(http://www.cfm-search.com)] 1899 Browser="sohu-search" 2448 [search.ch*] 3802 [Bookmark search tool*] 3804 Browser="Bookmark search tool"
|
/PHP-7.4/ext/standard/ |
H A D | basic_functions.c | 585 ZEND_ARG_INFO(0, search) 2350 ZEND_ARG_INFO(0, search) 2357 ZEND_ARG_INFO(0, search)
|
/PHP-7.4/sapi/fpm/tests/ |
H A D | tester.inc | 419 return $this->error("The search pattern not found");
|
/PHP-7.4/ |
H A D | php.ini-development | 10 ; The following is a summary of its search order: 1802 ; Enables or disables file search in include_path optimization
|
H A D | php.ini-production | 10 ; The following is a summary of its search order: 1802 ; Enables or disables file search in include_path optimization
|
H A D | configure.ac | 196 [Disable passing additional runtime library search paths])],
|
Completed in 244 milliseconds
123