mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Add char_enum_names().
This commit is contained in:
parent
cbe16953e8
commit
f0dec5c4a4
3 changed files with 120 additions and 0 deletions
|
@ -295,6 +295,8 @@ zend_function_entry unicode_functions[] = {
|
|||
PHP_FE(char_get_property_value_name, NULL)
|
||||
PHP_FE(char_get_property_value_from_name, NULL)
|
||||
|
||||
PHP_FE(char_enum_names, NULL)
|
||||
|
||||
{ NULL, NULL, NULL }
|
||||
};
|
||||
/* }}} */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue