I'm looking for a elaborate list comparing different operations in PHP. For example: echo vs. printf, ++$i vs $i++, a direct function call vs. object function call, array access vs. direct data access, global vs. local variables, mysql_fetch_assoc vs. mysql_fetch_row etc. Of course these figures probably highly depend on the used version, the OS, hardware and many other factors, but I saw lists like this for c/c++ and maybe there is something similar for PHP.
Update
Will leave this question open for two more days. Maybe we can get a few more of these usefull links!