mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Some additional binary property functions.
This commit is contained in:
parent
aaed3ca1b0
commit
84c9b4f290
2 changed files with 83 additions and 0 deletions
|
@ -262,6 +262,20 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(unicode_is_cntrl, NULL)
|
||||
PHP_FE(unicode_is_print, NULL)
|
||||
|
||||
PHP_FE(unicode_is_title, NULL)
|
||||
PHP_FE(unicode_is_defined, NULL)
|
||||
PHP_FE(unicode_is_id_start, NULL)
|
||||
PHP_FE(unicode_is_id_part, NULL)
|
||||
PHP_FE(unicode_is_id_ignorable, NULL)
|
||||
PHP_FE(unicode_is_iso_control, NULL)
|
||||
PHP_FE(unicode_is_mirrored, NULL)
|
||||
PHP_FE(unicode_is_base, NULL)
|
||||
PHP_FE(unicode_is_whitespace, NULL)
|
||||
PHP_FE(unicode_is_u_whitespace, NULL)
|
||||
PHP_FE(unicode_is_u_alphabetic, NULL)
|
||||
PHP_FE(unicode_is_u_uppercase, NULL)
|
||||
PHP_FE(unicode_is_u_lowercase, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue