Yes, it was reviewing with Debug Bar that allowed the errors.<br><br><div class="gmail_quote">On 13 February 2012 10:55, Otto <span dir="ltr">&lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Never mind, I see it now.<br>
<br>
Error suppression using @ just stops the PHP error handler from being<br>
called on an error. If you have custom error handlers, like the debug<br>
bar does, then those still get called.<br>
<br>
Info here: <a href="http://php.net/manual/en/function.set-error-handler.php" target="_blank">http://php.net/manual/en/function.set-error-handler.php</a><br>
And here: <a href="http://php.net/manual/en/language.operators.errorcontrol.php" target="_blank">http://php.net/manual/en/language.operators.errorcontrol.php</a><br>
<span class="HOEnZb"><font color="#888888"><br>
-Otto<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Mon, Feb 13, 2012 at 9:50 AM, Otto &lt;<a href="mailto:otto@ottodestruct.com">otto@ottodestruct.com</a>&gt; wrote:<br>
&gt; I think he has a point in this case. The error is explicitly<br>
&gt; suppressed, so I can&#39;t see what the reviewer is doing to make it<br>
&gt; appear.<br>
&gt;<br>
&gt; Appending an @ in front a line deliberately turns off errors, so how<br>
&gt; is he seeing it in this case?<br>
&gt;<br>
&gt; -Otto<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Feb 13, 2012 at 8:24 AM, Chip Bennett &lt;<a href="mailto:chip@chipbennett.net">chip@chipbennett.net</a>&gt; wrote:<br>
&gt;&gt; Suppressing printing of errors/notices is not a sufficient substitution for<br>
&gt;&gt; eliminating those errors/notices. The guidelines require that Themes be free<br>
&gt;&gt; of PHP notices/errors/warnings, whether those notices/errors/warnings are<br>
&gt;&gt; printed or not.<br>
&gt;&gt;<br>
&gt;&gt; Chip<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Feb 13, 2012 at 8:13 AM, Kirk Wight &lt;<a href="mailto:kwight@kwight.ca">kwight@kwight.ca</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Do we make any allowances for Debug Bar errors if error suppression has<br>
&gt;&gt;&gt; been implemented for the errors in question?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; In this theme (<a href="https://themes.trac.wordpress.org/ticket/6095" target="_blank">https://themes.trac.wordpress.org/ticket/6095</a>), Debug Bar<br>
&gt;&gt;&gt; will throw an error, even though error suppression has been used to account<br>
&gt;&gt;&gt; for E_NOTICE and E_WARNING notices. Without knowing anything about coding<br>
&gt;&gt;&gt; with error suppression, it feels odd to me (I guess I see submitted themes<br>
&gt;&gt;&gt; using it to get around errors, rather than dealing with them, but I don&#39;t<br>
&gt;&gt;&gt; think that&#39;s the situation in this case).<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; What do people think?<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; theme-reviewers mailing list<br>
&gt;&gt;&gt; <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
&gt;&gt;&gt; <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; theme-reviewers mailing list<br>
&gt;&gt; <a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
&gt;&gt; <a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
&gt;&gt;<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
</div></div></blockquote></div><br>