And going, and going...

This commit is contained in:
Andrei Zmievski 2006-05-08 22:23:57 +00:00
parent 002b28e5cc
commit 8a938324e3
3 changed files with 78 additions and 11 deletions

View file

@ -290,6 +290,8 @@ zend_function_entry unicode_functions[] = {
PHP_FE(char_get_property_value, NULL)
PHP_FE(char_get_property_min_value, NULL)
PHP_FE(char_get_property_max_value, NULL)
PHP_FE(char_get_property_name, NULL)
PHP_FE(char_get_property_from_name, NULL)
{ NULL, NULL, NULL }
};