1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00

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;