|
From: <var...@us...> - 2025-03-02 12:47:55
|
Revision: 11175
http://sourceforge.net/p/phpwiki/code/11175
Author: vargenau
Date: 2025-03-02 12:47:42 +0000 (Sun, 02 Mar 2025)
Log Message:
-----------
Declare public $_times
Modified Paths:
--------------
trunk/lib/prepend.php
Modified: trunk/lib/prepend.php
===================================================================
--- trunk/lib/prepend.php 2025-02-28 19:03:01 UTC (rev 11174)
+++ trunk/lib/prepend.php 2025-03-02 12:47:42 UTC (rev 11175)
@@ -63,6 +63,7 @@
class DebugTimer
{
public $_start;
+ public $_times;
public function __construct()
{
$this->_start = $this->microtime();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|