Fixed test

This commit is contained in:
Xinchen Hui 2016-05-07 22:04:20 -07:00
parent 29079f263e
commit 69adf2370e

View file

@ -2,6 +2,13 @@
int memory_get_peak_usage ([ bool $real_usage = false ] );
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--SKIPIF--
<?php
$zend_mm_enabled = getenv("USE_ZEND_ALLOC");
if ($zend_mm_enabled === "0") {
die("skip Zend MM disabled");
}
?>
--INI--
memory_limit=-1
--FILE--