Home
last modified time | relevance | path

Searched defs:string (Results 26 – 50 of 59) sorted by relevance

123

/PHP-8.3/ext/intl/collator/
H A Dcollator.stub.php228 public function getSortKey(string $string): string|false {} argument
/PHP-8.3/ext/ffi/
H A Dffi.stub.php67 public static function string(FFI\CData $ptr, ?int $size = null): string {} function in FFI
/PHP-8.3/ext/intl/grapheme/
H A Dgrapheme_util.c269 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes()
H A Dgrapheme_string.c35 char* string; in PHP_FUNCTION() local
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.stub.php389 …public function __construct(string $dsn, ?string $username = null, #[\SensitiveParameter] ?string …
/PHP-8.3/ext/random/
H A Drandom.stub.php145 public function getBytesFromString(string $string, int $length): string {} argument
/PHP-8.3/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
/PHP-8.3/ext/standard/
H A Dscanf.c574 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dinfo.c251 PHPAPI ZEND_COLD zend_string *php_info_html_esc(const char *string) in php_info_html_esc()
/PHP-8.3/ext/soap/
H A Dsoap.stub.php461 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … argument
485 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
/PHP-8.3/ext/gd/
H A Dgd.stub.php704 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
706 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
733 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… argument
745 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… argument
/PHP-8.3/win32/
H A Dsendmail.c693 static int addToHeader(char **header_buffer, const char *specifier, const char *string) in addToHeader()
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php20 function strlen(string $string): int {} argument
H A Dzend_API.h1291 #define _ZEND_TRY_ASSIGN_STRING(zv, string, is_ref) do { \ argument
1305 #define ZEND_TRY_ASSIGN_STRING(zv, string) \ argument
1308 #define ZEND_TRY_ASSIGN_REF_STRING(zv, string) do { \ argument
1313 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
1327 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
1330 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
/PHP-8.3/ext/sqlite3/
H A Dsqlite3.stub.php356 public static function escapeString(string $string): string {} argument
/PHP-8.3/ext/odbc/
H A Dodbc.stub.php385 function odbc_connect(string $dsn, string $user, #[\SensitiveParameter] string $password, int $curs…
/PHP-8.3/ext/zend_test/
H A Dtest.stub.php231 function zend_test_is_string_marked_as_valid_utf8(string $string): bool {} argument
/PHP-8.3/ext/xsl/
H A Dxsltprocessor.c30 const xmlChar *string = (const xmlChar *)str; in php_xsl_xslt_string_to_xpathexpr() local
/PHP-8.3/ext/imap/
H A Dphp_imap.stub.php408 …function imap_open(string $mailbox, string $user, #[\SensitiveParameter] string $password, int $fl…
H A Dphp_imap.c2108 zend_string *string; in PHP_FUNCTION() local
4039 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
4128 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr()
/PHP-8.3/ext/date/lib/
H A Dparse_date.c25032 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format()
25037 timelib_time *timelib_parse_from_format_with_map(const char *format, const char *string, size_t len… in timelib_parse_from_format_with_map()
/PHP-8.3/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
2444 static size_t mb_get_strwidth(zend_string *string, const mbfl_encoding *enc) in mb_get_strwidth()
2470 zend_string *string, *enc_name = NULL; in PHP_FUNCTION() local
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c111 char *string; in phpdbg_export_breakpoints() local
/PHP-8.3/ext/date/
H A Dphp_date.c678 smart_str string = {0}; in date_format() local
872 zend_string *string; in php_format_date() local
1050 PHPAPI zend_long php_parse_date(const char *string, zend_long *now) in php_parse_date()
4750 smart_str string = {0}; in date_interval_format() local

Completed in 281 milliseconds

123