• <tfoot id='f5F3f'></tfoot>
    • <bdo id='f5F3f'></bdo><ul id='f5F3f'></ul>

    <i id='f5F3f'><tr id='f5F3f'><dt id='f5F3f'><q id='f5F3f'><span id='f5F3f'><b id='f5F3f'><form id='f5F3f'><ins id='f5F3f'></ins><ul id='f5F3f'></ul><sub id='f5F3f'></sub></form><legend id='f5F3f'></legend><bdo id='f5F3f'><pre id='f5F3f'><center id='f5F3f'></center></pre></bdo></b><th id='f5F3f'></th></span></q></dt></tr></i><div id='f5F3f'><tfoot id='f5F3f'></tfoot><dl id='f5F3f'><fieldset id='f5F3f'></fieldset></dl></div>

    <legend id='f5F3f'><style id='f5F3f'><dir id='f5F3f'><q id='f5F3f'></q></dir></style></legend>

      <small id='f5F3f'></small><noframes id='f5F3f'>

        如何抑制 NetBeans 的 PHP 文件中的警告?

        时间:2023-09-20

        <small id='wwN9A'></small><noframes id='wwN9A'>

        <legend id='wwN9A'><style id='wwN9A'><dir id='wwN9A'><q id='wwN9A'></q></dir></style></legend>
                <tbody id='wwN9A'></tbody>
            • <i id='wwN9A'><tr id='wwN9A'><dt id='wwN9A'><q id='wwN9A'><span id='wwN9A'><b id='wwN9A'><form id='wwN9A'><ins id='wwN9A'></ins><ul id='wwN9A'></ul><sub id='wwN9A'></sub></form><legend id='wwN9A'></legend><bdo id='wwN9A'><pre id='wwN9A'><center id='wwN9A'></center></pre></bdo></b><th id='wwN9A'></th></span></q></dt></tr></i><div id='wwN9A'><tfoot id='wwN9A'></tfoot><dl id='wwN9A'><fieldset id='wwN9A'></fieldset></dl></div>

                <tfoot id='wwN9A'></tfoot>
                  <bdo id='wwN9A'></bdo><ul id='wwN9A'></ul>
                • 本文介绍了如何抑制 NetBeans 的 PHP 文件中的警告?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有一个 PHP 文件,其中一行在 NetBeans 中产生警告.如何强制 IDE 忽略该具体警告?

                  I have a PHP file with a line that produces a warning in NetBeans. How can I force the IDE to ignore that concrete warning?

                  请注意,我不想在解决方案范围内禁用此类警告.

                  Notice that I don't want to disable this type of warning solution-wide.

                  这是一行示例代码:

                  if ($query = db_query("SELECT column FROM {table} WHERE type='some_value'")) { ... }
                  

                  这是产生警告的文本​​:'可能的意外赋值,应避免条件赋值.'

                  Here is a text of produced warning: 'Possible accidental assignment, assignments in conditions should be avoided.'

                  我知道如何更正代码,但请注意,我问了完全不同的问题!我需要一种方法来抑制在 if 子句中具有相同语句的警告.

                  I know how to correct the code, but notice that I've asked completely other question! I need a way to suppress the warning having the same statement in the if clause.

                  我也不打算使用 @ 运算符,因为它有一个完全不同的任务.

                  I’m not going to use the @ operator either, because it has a completely other mission.

                  您可以在下面看到我如何抑制 C# 中的 ReSharper 警告.我想在 PHP 中为 NetBeans 提供类似的东西:

                  Below you can see how I suppress the ReSharper warning(s) in C#. I want something like that in PHP for NetBeans:

                  // ReSharper disable PossibleNullReferenceException
                  _currentPage = restoredStageSurvey._currentPage;
                  // ReSharper restore PossibleNullReferenceException
                  

                  推荐答案

                  虽然你不能只禁用一个警告(寻找像 http://netbeans.org/bugzilla/show_bug.cgi?id=97224),这个问题有一个通用的解决方案(如果你有忽略子语句中的赋值"打开):

                  While you can't just disable one warning (look for bug reports like http://netbeans.org/bugzilla/show_bug.cgi?id=97224), there is a common solution for this problem (if you have "Ignore assignments in sub-statements" turned ON):

                  if(($x=$y)) {}
                  

                  TLDR:双括号 = 忽略此类警告.

                  TLDR: Double brackets = Ignore this type of warning.

                  这篇关于如何抑制 NetBeans 的 PHP 文件中的警告?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何使用 Zend Framework 设置 Netbeans 自动完成功能 下一篇:向 Netbeans 添加自定义文件扩展名

                  相关文章

                  最新文章

                      <bdo id='m29Kb'></bdo><ul id='m29Kb'></ul>
                  1. <i id='m29Kb'><tr id='m29Kb'><dt id='m29Kb'><q id='m29Kb'><span id='m29Kb'><b id='m29Kb'><form id='m29Kb'><ins id='m29Kb'></ins><ul id='m29Kb'></ul><sub id='m29Kb'></sub></form><legend id='m29Kb'></legend><bdo id='m29Kb'><pre id='m29Kb'><center id='m29Kb'></center></pre></bdo></b><th id='m29Kb'></th></span></q></dt></tr></i><div id='m29Kb'><tfoot id='m29Kb'></tfoot><dl id='m29Kb'><fieldset id='m29Kb'></fieldset></dl></div>
                    <legend id='m29Kb'><style id='m29Kb'><dir id='m29Kb'><q id='m29Kb'></q></dir></style></legend>

                    <small id='m29Kb'></small><noframes id='m29Kb'>

                  2. <tfoot id='m29Kb'></tfoot>