mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: improve test
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user