From 3c10fe199392b4d2c76bae61a13223c8359edb49 Mon Sep 17 00:00:00 2001 From: yuqing Date: Wed, 15 Feb 2017 16:12:36 +0800 Subject: [PATCH] test code refine --- php-fastcommon/test_file_put_contents.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-fastcommon/test_file_put_contents.php b/php-fastcommon/test_file_put_contents.php index 580d12c6..81d730cc 100644 --- a/php-fastcommon/test_file_put_contents.php +++ b/php-fastcommon/test_file_put_contents.php @@ -44,9 +44,9 @@ function test_file_put_contents() echo "file_put_contents time used: $timeUsed\n"; } -test_file_put_contents(); +test_fastcommon_file_put_contents(); echo "sleep ...\n"; sleep(2); echo "sleep done.\n"; -test_fastcommon_file_put_contents(); +test_file_put_contents();