Home
last modified time | relevance | path

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

123

/PHP-8.1/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-8.1/ext/intl/collator/
H A Dcollator.stub.php85 public function getSortKey(string $string): string|false {} argument
/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php44 public function quote(string $string, int $type = PDO::PARAM_STR): string|false {} argument
/PHP-8.1/ext/mbstring/
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
1185 char *string; in PHP_FUNCTION() local
1267 char *string; in PHP_FUNCTION() local
1612 char *string = NULL; in PHP_FUNCTION() local
H A Dmb_gpc.c184 mbfl_string string, resvar, resval; in _php_mb_encoding_handler_ex() local
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php419 function pg_escape_string($connection, string $string = UNKNOWN): string {} argument
425 function pg_escape_bytea($connection, string $string = UNKNOWN): string {} argument
428 function pg_unescape_bytea(string $string): string {} argument
434 function pg_escape_literal($connection, string $string = UNKNOWN): string|false {} argument
440 function pg_escape_identifier($connection, string $string = UNKNOWN): string|false {} argument
/PHP-8.1/sapi/cli/
H A Dps_title.c394 int get_ps_title(int *displen, const char** string) in get_ps_title()
/PHP-8.1/ext/soap/
H A Dsoap.stub.php38 …public function __construct(array|string|null $code, string $string, ?string $actor = null, mixed … argument
65 …public function fault(string $code, string $string, string $actor = "", mixed $details = null, str… argument
/PHP-8.1/ext/ffi/
H A Dffi.stub.php62 public static function string(FFI\CData $ptr, ?int $size = null): string {} function in FFI
/PHP-8.1/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.c53 char* string; in PHP_FUNCTION() local
/PHP-8.1/ext/sqlite3/
H A Dsqlite3.stub.php52 public static function escapeString(string $string): string {} argument
/PHP-8.1/ext/pcre/pcre2lib/
H A Dpcre2_substring.c241 pcre2_substring_free(PCRE2_UCHAR *string) in pcre2_substring_free()
H A Dpcre2_convert.c76 #define PUTCHARS(string) \ argument
/PHP-8.1/ext/standard/
H A Dscanf.c574 PHPAPI int php_sscanf_internal( char *string, char *format, in php_sscanf_internal()
H A Dinfo.c249 PHPAPI ZEND_COLD zend_string *php_info_html_esc(const char *string) in php_info_html_esc()
/PHP-8.1/ext/mysqli/
H A Dmysqli.stub.php312 public function real_escape_string(string $string): string {} argument
326 public function escape_string(string $string): string {} argument
955 function mysqli_real_escape_string(mysqli $mysql, string $string): string {} argument
958 function mysqli_escape_string(mysqli $mysql, string $string): string {} argument
/PHP-8.1/ext/gd/
H A Dgd.stub.php242 function imagestring(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color):… argument
244 function imagestringup(GdImage $image, GdFont|int $font, int $x, int $y, string $string, int $color… argument
271 function imageftbbox(float $size, float $angle, string $font_filename, string $string, array $optio… argument
283 function imagettfbbox(float $size, float $angle, string $font_filename, string $string, array $opti… argument
/PHP-8.1/win32/
H A Dsendmail.c693 static int addToHeader(char **header_buffer, const char *specifier, const char *string) in addToHeader()
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php19 function strlen(string $string): int {} argument
H A Dzend_API.h1078 #define _ZEND_TRY_ASSIGN_STRING(zv, string, is_ref) do { \ argument
1092 #define ZEND_TRY_ASSIGN_STRING(zv, string) \ argument
1095 #define ZEND_TRY_ASSIGN_REF_STRING(zv, string) do { \ argument
1100 #define _ZEND_TRY_ASSIGN_STRINGL(zv, string, len, is_ref) do { \ argument
1114 #define ZEND_TRY_ASSIGN_STRINGL(zv, string, len) \ argument
1117 #define ZEND_TRY_ASSIGN_REF_STRINGL(zv, string, len) do { \ argument
/PHP-8.1/ext/xsl/
H A Dxsltprocessor.c30 const xmlChar *string = (const xmlChar *)str; in php_xsl_xslt_string_to_xpathexpr() local
/PHP-8.1/ext/date/lib/
H A Dparse_date.c26106 timelib_time *timelib_parse_from_format(const char *format, const char *string, size_t len, timelib… in timelib_parse_from_format()
26111 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.1/ext/imap/
H A Dphp_imap.c2189 zend_string *string; in PHP_FUNCTION() local
3858 char *string, *charset, encoding, *text, *decode; in PHP_FUNCTION() local
3950 static long _php_rfc822_soutr (void *stream, char *string) in _php_rfc822_soutr()
/PHP-8.1/ext/date/
H A Dphp_date.c626 smart_str string = {0}; in date_format() local
815 zend_string *string; in php_format_date() local
991 PHPAPI zend_long php_parse_date(const char *string, zend_long *now) in php_parse_date()
4168 smart_str string = {0}; in date_interval_format() local

Completed in 199 milliseconds

123