mirror of
https://github.com/php/php-src.git
synced 2024-12-20 15:30:38 +08:00
Merge branch 'PHP-5.6'
* PHP-5.6: improve test
This commit is contained in:
commit
227680d6da
@ -38,7 +38,7 @@ for($i = 0; $i < $max; $i++) {
|
||||
);
|
||||
$stmt->execute($data);
|
||||
$stmt->closeCursor();
|
||||
$usage = intval(memory_get_usage() / 1024);
|
||||
$usage = intval(floor(memory_get_usage() / 1024));
|
||||
|
||||
if ($first_time_usage === null) $first_time_usage = $usage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user