.. _variables-overwriting: .. _overwriting-variable: Overwriting Variable ++++++++++++++++++++ Replacing the content of a variable by something different is prone to errors. For example, it is not obvious if the $text variable is plain text or HTML text. Besides, it is possible that the source is needed later, for extra processing. Note that accumulators, like += .= or [] etc., that are meant to collect lots of values with consistent type are OK. .. code-block:: php Connex PHP features ------------------- + `variable `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Variables/Overwriting | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 0.8.4 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | Major | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+