compilation error - Win32

This commit is contained in:
Sam Ruby 2000-02-26 21:12:44 +00:00
parent e5c8aeb3f1
commit f1d0753f71

View file

@ -460,6 +460,7 @@ ZEND_FUNCTION(get_class_vars)
char *lcname;
zend_class_entry *ce;
zval *tmp;
CLS_FETCH();
if (ZEND_NUM_ARGS() != 1 || zend_get_parameters_ex(1, &class_name)==FAILURE) {
RETURN_FALSE;