We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
incorrect parameter, string expected, integer given
file: system/Debug/exceptions.php
// line # 466 - $format = '% ' . strlen($start + $lines) . 'd'; + $format = '% ' . strlen(sprintf('%sd', $start + $lines));
Activity