Searched defs:max_length (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/zlib/ |
H A D | zlib.stub.php | 186 function zlib_decode(string $data, int $max_length = 0): string|false {} 198 function gzinflate(string $data, int $max_length = 0): string|false {} 201 function gzdecode(string $data, int $max_length = 0): string|false {} 204 function gzuncompress(string $data, int $max_length = 0): string|false {}
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_iso_intervals.c | 108 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 D | parse_date.c | 477 static timelib_sll timelib_get_nr_ex(const char **ptr, int max_length, int *scanned_length) in timelib_get_nr_ex() 507 static timelib_sll timelib_get_nr(const char **ptr, int max_length) in timelib_get_nr() 546 static timelib_ull timelib_get_signed_nr(Scanner *s, const char **ptr, int max_length) in timelib_get_signed_nr()
|
/PHP-8.3/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 142 unsigned max_length:1; member
|
/PHP-8.3/ext/oci8/ |
H A D | oci8.stub.php | 413 function oci_bind_by_name($statement, string $param, mixed &$var, int $max_length = -1, int $type =… 420 function ocibindbyname($statement, string $param, mixed &$var, int $max_length = -1, int $type = 0)…
|
H A D | php_oci8_int.h | 263 ub4 max_length; member
|
/PHP-8.3/main/streams/ |
H A D | xp_socket.c | 592 …unsigned long max_length = is_abstract_ns ? sizeof(unix_addr->sun_path) : sizeof(unix_addr->sun_pa… in parse_unix_address() local
|
/PHP-8.3/ext/standard/ |
H A D | streamsfuncs.c | 1340 zend_long max_length; in PHP_FUNCTION() local
|
Completed in 76 milliseconds