$foo) {}, $times, new Bar); echo "Structural in $structural seconds, " . ($structural / $times) . " seconds per run\n"; $native = benchmark(function($foo) {}, $times, new Bar); echo "Native in $native seconds, " . ($native / $times) . " seconds per run\n"; ?>