diff --git a/features/gc.xml b/features/gc.xml index 0fadca4ab2..d14502a64e 100644 --- a/features/gc.xml +++ b/features/gc.xml @@ -1,6 +1,7 @@ - + + 垃圾回收 @@ -370,6 +371,7 @@ a: (refcount=2, is_ref=1)=array ( class Foo { public $var = '3.14159265359'; + public $self; } $baseMemory = memory_get_usage(); @@ -413,6 +415,7 @@ for ( $i = 0; $i <= 100000; $i++ ) class Foo { public $var = '3.14159265359'; + public $self; } for ( $i = 0; $i <= 1000000; $i++ )