diff --git a/pear/benchmark_timer.xml b/pear/benchmark_timer.xml index 930f165a79..002c974cf7 100644 --- a/pear/benchmark_timer.xml +++ b/pear/benchmark_timer.xml @@ -1,5 +1,5 @@ - + Benchmark_Timer @@ -17,7 +17,7 @@ -require_one 'Benchmark/Timer.php'; +require_once 'Benchmark/Timer.php'; $timer = new Benchmark_Timer; $timer->setMarker('start of for() loop');