]> granicus.if.org Git - php/commitdiff
- Weird that this compiled for me.
authorAndi Gutmans <andi@php.net>
Tue, 16 Nov 1999 20:31:29 +0000 (20:31 +0000)
committerAndi Gutmans <andi@php.net>
Tue, 16 Nov 1999 20:31:29 +0000 (20:31 +0000)
Zend/zend_execute_API.c

index 4be3f58808f06afa0aea8e63c051a97739a9556f..19b8e4b6ed43b58acf7d8d1d8bb7c4fcfe242cff 100644 (file)
@@ -382,7 +382,7 @@ int call_user_function_ex(HashTable *function_table, zval *object, zval *functio
                EG(return_value)=original_return_value;
                EG(opline_ptr) = original_opline_ptr;
        } else {
-               ((zend_internal_function *) function_state.function)->handler(param_count, retval, &EG(regular_list), &EG(persistent_list), object);
+               ((zend_internal_function *) function_state.function)->handler(param_count, retval, &EG(regular_list), &EG(persistent_list), object, 1);
        }
        zend_ptr_stack_clear_multiple(ELS_C);
        EG(function_state_ptr) = original_function_state_ptr;