Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 57) sorted by relevance

123

/php-src/ext/mbstring/
H A Dmbstring.stub.php82 function mb_parse_str(string $string, &$result): bool {} argument
85 function mb_output_handler(string $string, int $status): string {} argument
89 function mb_strlen(string $string, ?string $encoding = null): int {} argument
119 function mb_strwidth(string $string, ?string $encoding = null): int {} argument
133 function mb_strtoupper(string $string, ?string $encoding = null): string {} argument
136 function mb_strtolower(string $string, ?string $encoding = null): string {} argument
138 function mb_ucfirst(string $string, ?string $encoding = null): string {} argument
140 function mb_lcfirst(string $string, ?string $encoding = null): string {} argument
166 function mb_decode_mimeheader(string $string): string {} argument
190 function mb_scrub(string $string, ?string $encoding = null): string {} argument
[all …]
H A Dphp_mbregex.c890 char *arg_pattern, *string; in _php_mb_regex_ereg_exec() local
993 char *string; in _php_mb_regex_ereg_replace_exec() local
1182 char *string; in PHP_FUNCTION() local
1264 char *string; in PHP_FUNCTION() local
1609 char *string = NULL; in PHP_FUNCTION() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_string.c34 void mbfl_string_init_set(mbfl_string *string, const mbfl_encoding *encoding) in mbfl_string_init_set()
41 void mbfl_string_init(mbfl_string *string) in mbfl_string_init()
46 void mbfl_string_clear(mbfl_string *string) in mbfl_string_clear()
H A Dmbfilter.c101 mbfl_string *string, in mbfl_strcut()
/php-src/ext/intl/normalizer/
H A Dnormalizer.stub.php34 … public static function normalize(string $string, int $form = Normalizer::FORM_C): string|false {} argument
40 public static function isNormalized(string $string, int $form = Normalizer::FORM_C): bool {} argument
47 …public static function getRawDecomposition(string $string, int $form = Normalizer::FORM_C): ?strin… argument
/php-src/ext/com_dotnet/
H A Dcom_olechar.c29 PHP_COM_DOTNET_API OLECHAR *php_com_string_to_olestring(const char *string, size_t string_len, int … in php_com_string_to_olestring()
72 zend_string *string; in php_com_olestring_to_string() local
100 BSTR php_com_string_to_bstr(zend_string *string, int codepage) in php_com_string_to_bstr()
129 zend_string *string = NULL; in php_com_bstr_to_string() local
/php-src/ext/iconv/
H A Diconv.stub.php26 function iconv_strlen(string $string, ?string $encoding = null): int|false {} argument
29 function iconv_substr(string $string, int $offset, ?int $length = null, ?string $encoding = null): … argument
39 function iconv_mime_decode(string $string, int $mode = 0, ?string $encoding = null): string|false {} argument
48 function iconv(string $from_encoding, string $to_encoding, string $string): string|false {} argument
/php-src/ext/sockets/
H A Dsockaddr_conv.c16 int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socket *php_sock) /* {{{ */ in php_set_inet6_addr()
87 int php_set_inet_addr(struct sockaddr_in *sin, char *string, php_socket *php_sock) /* {{{ */ in php_set_inet_addr()
117 int php_set_inet46_addr(php_sockaddr_storage *ss, socklen_t *ss_len, char *string, php_socket *php_… in php_set_inet46_addr()
/php-src/ext/intl/formatter/
H A Dformatter.stub.php207 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): … argument
221 public function parseCurrency(string $string, &$currency, &$offset = null): float|false {} argument
/php-src/ext/fileinfo/
H A Dfileinfo.stub.php83 …public function buffer(string $string, int $flags = FILEINFO_NONE, $context = null): string|false … argument
109 function finfo_buffer(finfo $finfo, string $string, int $flags = FILEINFO_NONE, $context = null): s… argument
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php160 public function parse(string $string, &$offset = null): int|float|false {} argument
168 public function localtime(string $string, &$offset = null): array|false {} argument
/php-src/ext/intl/
H A Dphp_intl.stub.php317 function collator_get_sort_key(Collator $object, string $string): string|false {} argument
378 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… argument
385 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… argument
406 function numfmt_parse_currency(NumberFormatter $formatter, string $string, &$currency, &$offset = n… argument
432 function grapheme_strlen(string $string): int|false|null {} argument
442 function grapheme_substr(string $string, int $offset, ?int $length = null): string|false {} argument
448 function grapheme_str_split(string $string, int $length = 1): array|false {} argument
516 function msgfmt_parse(MessageFormatter $formatter, string $string): array|false {} argument
536 function normalizer_normalize(string $string, int $form = Normalizer::FORM_C): string|false {} argument
538 function normalizer_is_normalized(string $string, int $form = Normalizer::FORM_C): bool {} argument
[all …]
/php-src/ext/pdo/
H A Dpdo_dbh.stub.php167 …public function __construct(string $dsn, ?string $username = null, #[\SensitiveParameter] ?string …
/php-src/ext/intl/spoofchecker/
H A Dspoofchecker.stub.php49 public function isSuspicious(string $string, &$errorCode = null): bool {} argument
/php-src/Zend/
H A Dzend_exceptions.stub.php32 private string $string = ""; variable in Exception
91 private string $string = ""; variable in Error
H A Dzend_multibyte.c41 static const zend_encoding *dummy_encoding_detector(const unsigned char *string, size_t length, con… in dummy_encoding_detector()
148 ZEND_API const zend_encoding *zend_multibyte_encoding_detector(const unsigned char *string, size_t … in zend_multibyte_encoding_detector()
/php-src/win32/
H A Dfnmatch.c58 PHPAPI int fnmatch(const char *pattern, const char *string, int flags) in fnmatch()
/php-src/ext/intl/transliterator/
H A Dtransliterator.stub.php46 public function transliterate(string $string, int $start = 0, int $end = -1): string|false {} argument
/php-src/ext/gd/libgd/
H A Dgdft.c40 double ptsize, double angle, int x, int y, char *string) in gdImageStringTTF()
49 double ptsize, double angle, int x, int y, char *string, in gdImageStringFTEx()
57 double ptsize, double angle, int x, int y, char *string) in gdImageStringFT()
821 double ptsize, double angle, int x, int y, char *string)
827 …t, int fg, char *fontlist, double ptsize, double angle, int x, int y, char *string, gdFTStringExtr…
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php33 public function parse(string $string): array|false {} argument
/php-src/sapi/phpdbg/
H A Dphpdbg.stub.php37 function phpdbg_prompt(string $string): void {} argument
/php-src/ext/mysqlnd/
H A Dmysqlnd_alloc.h74 static inline void mysqlnd_set_string(MYSQLND_STRING *buf, const char *string, size_t len) { in mysqlnd_set_string()
86 static inline void mysqlnd_set_persistent_string(MYSQLND_STRING *buf, const char *string, size_t le… in mysqlnd_set_persistent_string()
/php-src/ext/intl/collator/
H A Dcollator.stub.php156 public function getSortKey(string $string): string|false {} argument
/php-src/ext/standard/
H A Dbasic_functions.stub.php1933 function base64_encode(string $string): string {} argument
1939 function base64_decode(string $string, bool $strict = false): string|false {} argument
2019 function highlight_string(string $string, bool $return = false): string|bool {} argument
2119 function crc32(string $string): int {} argument
2124 function crypt(#[\SensitiveParameter] string $string, string $salt): string {} argument
/php-src/ext/tidy/
H A Dtidy.stub.php814 function tidy_parse_string(string $string, array|string|null $config = null, ?string $encoding = nu… argument
824 function tidy_repair_string(string $string, array|string|null $config = null, ?string $encoding = n… argument
887 …public function parseString(string $string, array|string|null $config = null, ?string $encoding = … argument
893 …public static function repairString(string $string, array|string|null $config = null, ?string $enc… argument

Completed in 77 milliseconds

123