Home
last modified time | relevance | path

Searched defs:needle (Results 1 – 15 of 15) sorted by relevance

/PHP-8.1/ext/mbstring/
H A Dmbstring.stub.php42 function mb_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): in…
44 function mb_strrpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
46 function mb_stripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): i…
48 function mb_strripos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null): …
51 function mb_strstr(string $haystack, string $needle, bool $before_needle = false, ?string $encoding…
54 function mb_strrchr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
57 function mb_stristr(string $haystack, string $needle, bool $before_needle = false, ?string $encodin…
60 function mb_strrichr(string $haystack, string $needle, bool $before_needle = false, ?string $encodi…
62 function mb_substr_count(string $haystack, string $needle, ?string $encoding = null): int {}
H A Dmbstring.c1861 mbfl_string haystack, needle; in PHP_FUNCTION() local
1893 mbfl_string haystack, needle; in PHP_FUNCTION() local
1928 mbfl_string haystack, needle; in PHP_FUNCTION() local
1963 mbfl_string haystack, needle; in PHP_FUNCTION() local
2004 mbfl_string haystack, needle, result, *ret = NULL; in php_mb_strstr_variants() local
2088 mbfl_string haystack, needle; in PHP_FUNCTION() local
4340 mbfl_string haystack, needle; in php_mb_stripos() local
/PHP-8.1/ext/intl/grapheme/
H A Dgrapheme_string.c102 char *haystack, *needle; in PHP_FUNCTION() local
152 char *haystack, *needle; in PHP_FUNCTION() local
214 char *haystack, *needle; in PHP_FUNCTION() local
269 char *haystack, *needle; in PHP_FUNCTION() local
543 char *haystack, *needle; in strstr_common_handler() local
H A Dgrapheme_util.c99 int32_t grapheme_strpos_utf16(char *haystack, size_t haystack_len, char *needle, size_t needle_len,… in grapheme_strpos_utf16()
333 zend_long grapheme_strrpos_ascii(char *haystack, size_t haystack_len, char *needle, size_t needle_l… in grapheme_strrpos_ascii()
/PHP-8.1/ext/iconv/
H A Diconv.stub.php10 function iconv_strpos(string $haystack, string $needle, int $offset = 0, ?string $encoding = null):…
12 function iconv_strrpos(string $haystack, string $needle, ?string $encoding = null): int|false {}
/PHP-8.1/ext/standard/
H A Dstring.c1803 zend_string *haystack, *needle; local
1840 zend_string *haystack, *needle; local
1869 zend_string *haystack, *needle; local
1883 zend_string *haystack, *needle; local
1901 zend_string *haystack, *needle; local
1924 zend_string *haystack, *needle; local
1959 zend_string *haystack, *needle; local
2001 zend_string *needle; local
2045 zend_string *needle; local
2128 zend_string *haystack, *needle; local
[all …]
H A Dbasic_functions.stub.php139 function in_array(mixed $needle, array $haystack, bool $strict = false): bool {}
141 function array_search(mixed $needle, array $haystack, bool $strict = false): int|string|false {}
774 function strstr(string $haystack, string $needle, bool $before_needle = false): string|false {}
779 function strpos(string $haystack, string $needle, int $offset = 0): int|false {}
781 function stripos(string $haystack, string $needle, int $offset = 0): int|false {}
783 function strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
785 function strripos(string $haystack, string $needle, int $offset = 0): int|false {}
788 function strrchr(string $haystack, string $needle): string|false {}
790 function str_contains(string $haystack, string $needle): bool {}
792 function str_starts_with(string $haystack, string $needle): bool {}
[all …]
/PHP-8.1/ext/intl/
H A Dphp_intl.stub.php267 function grapheme_strpos(string $haystack, string $needle, int $offset = 0): int|false {}
269 function grapheme_stripos(string $haystack, string $needle, int $offset = 0): int|false {}
271 function grapheme_strrpos(string $haystack, string $needle, int $offset = 0): int|false {}
273 function grapheme_strripos(string $haystack, string $needle, int $offset = 0): int|false {}
277 function grapheme_strstr(string $haystack, string $needle, bool $beforeNeedle = false): string|fals…
279 function grapheme_stristr(string $haystack, string $needle, bool $beforeNeedle = false): string|fal…
/PHP-8.1/Zend/
H A Dzend_operators.h161 zend_memnstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnstr()
223 zend_memnrstr(const char *haystack, const char *needle, size_t needle_len, const char *end) in zend_memnrstr()
H A Dzend_operators.c3307 static zend_always_inline void zend_memnstr_ex_pre(unsigned int td[], const char *needle, size_t ne…
3328 ZEND_API const char* ZEND_FASTCALL zend_memnstr_ex(const char *haystack, const char *needle, size_t…
3362 ZEND_API const char* ZEND_FASTCALL zend_memnrstr_ex(const char *haystack, const char *needle, size_…
H A Dzend_compile.c4338 znode subject, needle; in zend_compile_func_array_key_exists() local
/PHP-8.1/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c580 mbfl_wchar_device needle; member
684 mbfl_string *needle, in mbfl_strpos()
775 mbfl_string *needle in mbfl_substr_count()
/PHP-8.1/ext/libxml/
H A Dlibxml.c381 char *needle = estrdup("charset="); in php_libxml_input_buffer_create_filename() local
/PHP-8.1/main/
H A Drfc1867.c577 static void *php_ap_memstr(char *haystack, int haystacklen, char *needle, int needlen, int partial) in php_ap_memstr()
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c299 http_response_status_code_pair needle = {code, NULL}, in get_status_string() local

Completed in 148 milliseconds