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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user