- Make it compile

This commit is contained in:
Zeev Suraski 2000-03-23 18:31:18 +00:00
parent 92ca446e47
commit 7bd5794a07

View File

@ -528,7 +528,7 @@ ZEND_FUNCTION(get_class_methods)
if (zend_hash_find(CG(class_table), lcname, (*class_name)->value.str.len+1, (void **)&ce)==FAILURE) {
efree(lcname);
RETURN_NULL;
RETURN_NULL();
} else {
efree(lcname);
array_init(return_value);