Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 57) sorted by last modified time

123

/php-src/ext/ffi/
H A Dffi.c4548 ZEND_METHOD(FFI, string) /* {{{ */ in ZEND_METHOD() argument
/php-src/ext/curl/
H A Dinterface.c610 static int curl_fnmatch(void *ctx, const char *pattern, const char *string) in curl_fnmatch()
/php-src/ext/zend_test/
H A Dtest.stub.php260 function zend_test_is_string_marked_as_valid_utf8(string $string): bool {} argument
/php-src/Zend/
H A Dzend_API.h1296 #define _ZEND_TRY_ASSIGN_STRING(zv, string, is_ref) do { \ argument
1310 #define ZEND_TRY_ASSIGN_STRING(zv, string) \ argument
1313 #define ZEND_TRY_ASSIGN_REF_STRING(zv, string) do { \ argument
1318 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
1332 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
1335 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
H A Dzend_API.c4603 ZEND_API zend_result zend_try_assign_typed_ref_string(zend_reference *ref, const char *string) /* {… in zend_try_assign_typed_ref_string()
4612 ZEND_API zend_result zend_try_assign_typed_ref_stringl(zend_reference *ref, const char *string, siz… in zend_try_assign_typed_ref_stringl()
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php160 public function parse(string $string, &$offset = null): int|float|false {} argument
165 public function parseToCalendar(string $string, &$offset = null): int|float|false {} argument
173 public function localtime(string $string, &$offset = null): array|false {} argument
/php-src/ext/odbc/
H A Dodbc.stub.php376 …function odbc_connect(string $dsn, ?string $user = null, #[\SensitiveParameter] ?string $password …
/php-src/ext/mbstring/
H A Dmbstring.c1816 static size_t mb_get_strlen(zend_string *string, const mbfl_encoding *encoding) in mb_get_strlen()
1841 zend_string *string, *enc_name = NULL; in PHP_FUNCTION() local
2367 mbfl_string string, result, *ret; in PHP_FUNCTION() local
2479 static size_t mb_get_strwidth(zend_string *string, const mbfl_encoding *enc) in mb_get_strwidth()
2505 zend_string *string, *enc_name = NULL; in PHP_FUNCTION() local
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 …]
/php-src/ext/tidy/
H A Dtidy.c803 static int php_tidy_parse_string(PHPTidyObj *obj, char *string, uint32_t len, char *enc) in php_tidy_parse_string()
/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
H A Dstring.c1522 char *string, *suffix = NULL; local
H A Dbasic_functions.c2521 char *string = NULL, *str = NULL; local
H A Dinfo.c251 PHPAPI ZEND_COLD zend_string *php_info_html_esc(const char *string) in php_info_html_esc()
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c35 char* string; in PHP_FUNCTION() local
/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/build/
H A Dgen_stub.php344 public static function string(): SimpleType function in SimpleType
/php-src/ext/date/
H A Dphp_date.c677 smart_str string = {0}; in date_format() local
877 zend_string *string; in php_format_date() local
1055 PHPAPI zend_long php_parse_date(const char *string, zend_long *now) in php_parse_date()
4936 smart_str string = {0}; in date_interval_format() local
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php319 public static function escapeString(string $string): string {} 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/collator/
H A Dcollator.stub.php156 public function getSortKey(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/win32/
H A Dsendmail.c692 static int addToHeader(char **header_buffer, const char *specifier, const char *string) in addToHeader()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substring.c241 pcre2_substring_free(PCRE2_UCHAR *string) in pcre2_substring_free()
H A Dpcre2_convert.c75 #define PUTCHARS(string) \ argument

Completed in 198 milliseconds

123