mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
add declaration of functions
This commit is contained in:
parent
f49a5a67cf
commit
c28a6f44bb
@ -104,6 +104,11 @@ static void php_mb_gpc_get_detect_order(const zend_encoding ***list, size_t *lis
|
||||
|
||||
static void php_mb_gpc_set_input_encoding(const zend_encoding *encoding);
|
||||
|
||||
static inline zend_bool php_mb_is_unsupported_no_encoding(enum mbfl_no_encoding no_enc);
|
||||
|
||||
static inline zend_bool php_mb_is_no_encoding_unicode(enum mbfl_no_encoding no_enc);
|
||||
|
||||
static inline zend_bool php_mb_is_no_encoding_utf8(enum mbfl_no_encoding no_enc);
|
||||
/* }}} */
|
||||
|
||||
/* {{{ php_mb_default_identify_list */
|
||||
|
Loading…
Reference in New Issue
Block a user