.. _dump-parameterargumentslinks: .. _links-between-parameter-and-argument: Links Between Parameter And Argument ++++++++++++++++++++++++++++++++++++ Collect various stats about arguments and parameter usage. A parameter is one slot in the method definition. An argument is a slot in the method call. Both are linked by the method and their respective position in the argument list. + Total number of argument usage, linked to a parameter : this excludes arguments from external libraries and native PHP functions. For reference. + Number of identical parameter : cases where argument and parameter have the same name. + Number of different parameter : cases where argument and parameter have the different name. + Number of expression argument : cases where argument is an expression + Number of constant argument : cases where the argument is a constant .. code-block:: php Connex PHP features ------------------- + `parameter `_ + `argument `_ Specs _____ +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Short name | Dump/ParameterArgumentsLinks | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Appinfo `, :ref:`CE `, :ref:`Changed Behavior ` | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 2.0.6 | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Severity | Minor | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | Quick (30 mins) | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Precision | High | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Community Edition `_, `Exakat Cloud `_ | +--------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+