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

@ -84,6 +84,7 @@ PHP_FUNCTION(char_get_property_value_name);
PHP_FUNCTION(char_get_property_value_from_name);
PHP_FUNCTION(char_enum_names);
PHP_FUNCTION(char_enum_types);
#endif /* PHP_PROPERTY_H */