Add char_enum_names().

This commit is contained in:
Andrei Zmievski 2006-05-09 00:06:08 +00:00
parent cbe16953e8
commit f0dec5c4a4
3 changed files with 120 additions and 0 deletions

View file

@ -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 }
};
/* }}} */