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

- Temporary fix for "this". Have to fix it tomorrow.

This commit is contained in:
Andi Gutmans
1999-07-26 19:24:54 +00:00
parent 221c80d26d
commit fe0fbdc5b6

View File

@@ -1413,6 +1413,7 @@ do_fcall_common:
zend_hash_update_ptr(function_state.function_symbol_table, "this", sizeof("this"), NULL, sizeof(zval *), (void **) &this_ptr);
*this_ptr = object_ptr;
object_ptr->EA.is_ref=1;
object_ptr->refcount++;
object_ptr = NULL;
}