.. _complete-propagateconstants: .. _propagate-constants: Propagate Constants +++++++++++++++++++ This command calculates constant expression values, and set them in the graph. After running this command, B has ``intval`` of 3. This command propagate ``const`` constants, class constants and `define() `_ constants, when possible. .. code-block:: php Connex PHP features ------------------- + `constant `_ + `static-constant-expression `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Complete/PropagateConstants | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior `, :ref:`NoDoc ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 1.9.2 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | High | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+