* sprintf("%-75s %6s %13s %13s %13s %9s %14s %14s %9s\n", "Name", "Calls", "Total...
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 19 Jun 2005 14:52:03 +0000 (14:52 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 19 Jun 2005 14:52:03 +0000 (14:52 +0000)
commitb7b66fcefa377e103ac7397b198764544c66f0b4
tree9146010e48c5aef634cf42be3115790978738d58
parent3e4b32e18526e03b4801ef7f05e07430dcf67bfc
* sprintf("%-75s %6s %13s %13s %13s %9s %14s   %14s %9s\n", "Name", "Calls", "Total", "Each", "%", "Mem");
  caused a E_WARNING in version 4.3.11 of PHP, the number of arguments did not
  match the number of %'s, cut it off at the first %9s
includes/Profiling.php