mirror of
https://github.com/php/php-src.git
synced 2024-11-30 13:25:43 +08:00
- Make it compile
This commit is contained in:
parent
92ca446e47
commit
7bd5794a07
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user