Home
last modified time | relevance | path

Searched defs:max_length (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/zlib/
H A Dzlib.stub.php26 function zlib_decode(string $data, int $max_length = 0): string|false {}
34 function gzinflate(string $data, int $max_length = 0): string|false {}
36 function gzdecode(string $data, int $max_length = 0): string|false {}
38 function gzuncompress(string $data, int $max_length = 0): string|false {}
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.c108 static timelib_sll timelib_get_nr(const char **ptr, int max_length) in timelib_get_nr()
134 static timelib_ull timelib_get_unsigned_nr(const char **ptr, int max_length) in timelib_get_unsigned_nr()
H A Dparse_date.c447 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex()
476 static timelib_sll timelib_get_nr(const char **ptr, int max_length) in timelib_get_nr()
517 static timelib_ull timelib_get_signed_nr(Scanner *s, const char **ptr, int max_length) in timelib_get_signed_nr()
/PHP-8.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h144 unsigned max_length:1; member
/PHP-8.0/ext/oci8/
H A Doci8.stub.php16 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =…
23 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)…
H A Dphp_oci8_int.h256 ub4 max_length; member
/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c1295 zend_long max_length; in PHP_FUNCTION() local
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_structs.h92 zend_ulong max_length; /* Max width for selected set */ member

Completed in 65 milliseconds