]> granicus.if.org Git - php/commitdiff
- Fix compile error. Weird that Visual didn't catch this one.
authorAndi Gutmans <andi@php.net>
Mon, 26 Jul 1999 18:56:54 +0000 (18:56 +0000)
committerAndi Gutmans <andi@php.net>
Mon, 26 Jul 1999 18:56:54 +0000 (18:56 +0000)
Zend/zend_execute.c

index ae0b5997b335719a24a033ec8acf48cf19db4c20..6dc976c19e921eec943644a5be850ebda4b85294 100644 (file)
@@ -1330,7 +1330,7 @@ binary_assign_op_addr: {
                                                                object_ptr = *object_ptr_ptr;
                                                        }
                                                } else { /* used for member function calls */
-                                                       object_ptr = _get_object_zval_ptr(&opline->op1, Ts, &free_op1, BP_VAR_R);
+                                                       object_ptr = _get_object_zval_ptr(&opline->op1, Ts, &free_op1 ELS_CC);
 
 
                                                        if (!object_ptr