From: Zeev Suraski Date: Thu, 23 Mar 2000 18:31:18 +0000 (+0000) Subject: - Make it compile X-Git-Tag: PHP-4.0-RC1~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd5794a070c37ce9059b7c9e9280acfc515c274;p=php - Make it compile --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index 3ffd18b274..98c3cabb48 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -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);