Skip to content

Commit 3c15e6b

Browse files
committed
Fix ouput_data.php
1 parent f06272f commit 3c15e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/output_data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
printf(
4-
"\n%' 8d:%f:%d",
4+
"\n%' 8d:%f:%'.03d",
55
memory_get_peak_usage(),
66
microtime(true) - $_SERVER['REQUEST_TIME_FLOAT'],
77
count(get_included_files()) - 1

0 commit comments

Comments
 (0)