From 233050307d27ca579a6a23c82471c9fba77626d0 Mon Sep 17 00:00:00 2001 From: leo108 Date: Sat, 27 Sep 2014 13:28:06 +0800 Subject: [PATCH] =?UTF-8?q?xhprof=E5=A2=9E=E5=8A=A0=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XHprof.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XHprof.php b/XHprof.php index 9706baa..06ce79b 100644 --- a/XHprof.php +++ b/XHprof.php @@ -32,7 +32,7 @@ define('XHPROF_MODE_HIERARCHICAL', 1); define('XHPROF_MODE_SAMPLED', 620002); -function xhprof_disable(){} +function xhprof_disable(){return array();} function xhprof_enable($flags = 0, $options = array()){} -function xhprof_sample_disable(){} +function xhprof_sample_disable(){return array();} function xhprof_sample_enable(){} \ No newline at end of file