diff --git a/php-fastcommon/test_file_put_contents.php b/php-fastcommon/test_file_put_contents.php index 580d12c..81d730c 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();