@@ -39,12 +39,12 @@ |
||
39 | 39 | { |
40 | 40 | $now = microtime(true); |
41 | 41 | $this->timestamp[] = array( |
42 | - 'domain' => $domain, |
|
43 | - 'where' => $where, |
|
44 | - 'comment' => $comment, |
|
45 | - 'when' => $now, |
|
46 | - 'memory' => memory_get_usage(true), |
|
47 | - 'duration'=> 0, |
|
42 | + 'domain' => $domain, |
|
43 | + 'where' => $where, |
|
44 | + 'comment' => $comment, |
|
45 | + 'when' => $now, |
|
46 | + 'memory' => memory_get_usage(true), |
|
47 | + 'duration'=> 0, |
|
48 | 48 | ); |
49 | 49 | |
50 | 50 | if ($this->pos > 0) { |