diff --git a/ext/unicode/property.c b/ext/unicode/property.c index 33855c830b4..6ae4597775d 100644 --- a/ext/unicode/property.c +++ b/ext/unicode/property.c @@ -680,7 +680,7 @@ PHP_FUNCTION(char_get_property_name) PHP_FUNCTION(char_get_property_from_name) { void *name; - int sname_len; + int name_len; char *buf; zend_uchar name_type; UProperty prop;