Add char_enum_types().

This commit is contained in:
Andrei Zmievski 2006-05-09 18:21:27 +00:00
parent 4508ae73f7
commit e2a1d7a3e1
3 changed files with 87 additions and 2 deletions

View file

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