summaryrefslogtreecommitdiff
path: root/Zend/tests/gc_037.phpt
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2018-06-13 11:28:24 +0300
committerDmitry Stogov <dmitry@zend.com>2018-06-13 11:28:24 +0300
commite788e8261ea8eb1b363377f1b185ac6b338607ed (patch)
tree1c233438ef025bdada55a154d45dbd5276fec2ea /Zend/tests/gc_037.phpt
parent2afc83732c1eb416acabace042eb0f5384bea721 (diff)
downloadphp-git-e788e8261ea8eb1b363377f1b185ac6b338607ed.tar.gz
Removed "gc_" prefix.
Diffstat (limited to 'Zend/tests/gc_037.phpt')
-rw-r--r--Zend/tests/gc_037.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Zend/tests/gc_037.phpt b/Zend/tests/gc_037.phpt
index fc60bcab29..a1f33f047f 100644
--- a/Zend/tests/gc_037.phpt
+++ b/Zend/tests/gc_037.phpt
@@ -13,18 +13,18 @@ gc_collect_cycles();
var_dump(gc_status());
--EXPECT--
array(3) {
- ["gc_runs"]=>
+ ["runs"]=>
int(0)
["collected"]=>
int(0)
- ["gc_threshold"]=>
+ ["threshold"]=>
int(10001)
}
array(3) {
- ["gc_runs"]=>
+ ["runs"]=>
int(1)
["collected"]=>
int(1)
- ["gc_threshold"]=>
+ ["threshold"]=>
int(10001)
}