Index: branches/5.2.x/tools/show_cache.php =================================================================== diff -u -N -r13840 -r14095 --- branches/5.2.x/tools/show_cache.php (.../show_cache.php) (revision 13840) +++ branches/5.2.x/tools/show_cache.php (.../show_cache.php) (revision 14095) @@ -1,6 +1,6 @@ BaseURL() . REL_PATH. 'show_cache.php?show_var=' . $var_name . '">' . $var_name . ''; } - print_pre( $var_names, 'Cache variable names:', true); + kUtil::print_r( $var_names, 'Cache variable names:', true); } $application->Done(); -$end = getmicrotime(); - -function getmicrotime() -{ - list($usec, $sec) = explode(" ", microtime()); - return ((float)$usec + (float)$sec); -} \ No newline at end of file +$end = microtime(true);