]> granicus.if.org Git - php/commitdiff
fix static
authorStanislav Malyshev <stas@php.net>
Tue, 12 Nov 2002 15:06:51 +0000 (15:06 +0000)
committerStanislav Malyshev <stas@php.net>
Tue, 12 Nov 2002 15:06:51 +0000 (15:06 +0000)
Zend/zend_object_handlers.c

index 23555fc2be07e638bb13e2bc254d7f1db051c156..9a3642f0506a9e657703ba7815100e0f981be77f 100644 (file)
@@ -398,6 +398,7 @@ static union _zend_function *zend_std_get_method(zval *object, char *method_name
                        call_user_call->handler = zend_std_call_user_call;
                        call_user_call->arg_types = NULL;
                        call_user_call->scope = NULL;
+                       call_user_call->is_static = 0;
                        call_user_call->function_name = estrndup(method_name, method_len);
 
                        free_alloca(lc_method_name);