mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Add char_enum_types().
This commit is contained in:
parent
4508ae73f7
commit
e2a1d7a3e1
3 changed files with 87 additions and 2 deletions
|
@ -296,6 +296,7 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(char_get_property_value_from_name, NULL)
|
||||
|
||||
PHP_FE(char_enum_names, NULL)
|
||||
PHP_FE(char_enum_types, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue