The PHP Benchmark was constructed as a way to open people's eyes to the fact that not every PHP code snippet will run at the same speed. PHPベンチマーク結果まとめサイト「The PHP Benchmark」 「The PHP Benchmark」では、例えば「foreach() vs. for() vs. while(list() = each()) 」のベンチマーク結果を比較しながら見れます。 他にも「$obj = $someClass->f() vs. $obj =& $someClass->f()」や、「echo vs. print」など面白くてためになるベンチマーク結果が掲載されてます。 これはなかなか有用ですね。 関連エントリ PHPフレーム