.. _structures-break0: .. _break-with-0: Break With 0 ++++++++++++ It is not possible to `break `_ 0 : it makes no sense. `Break `_ 1 is the minimum, and is the default value. .. code-block:: php Related PHP errors ------------------- + `0 `_ Suggestions ___________ * Remove 0, or the break Specs _____ +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Short name | Structures/Break0 | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior `, :ref:`CompatibilityPHP53 ` | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 0.8.4 | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | PHP Version | With PHP 5.4 and older | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+--------------------------------------------------------------------------------------------------------------------------------------+