.. _files-definitionsonly: .. _definitions-only: Definitions Only ++++++++++++++++ File is definition only. Definition-only files only include structure definitions : class, functions, traits, interfaces, constants, global, declare(), use and include(). Some functioncalls are also considered definition only, as they configure PHP, but don't process data : * `ini_set() `_ * error_reporting * `register_shutdown_function() `_ * set_session_handler() * `set_error_handler() `_ * `spl_autoload_register() `_ File A : File B : .. code-block:: php Connex PHP features ------------------- + `definition `_ Specs _____ +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Short name | Files/DefinitionsOnly | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Rulesets | :ref:`All `, :ref:`Changed Behavior ` | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Exakat since | 0.8.4 | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | PHP Version | All | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Severity | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Time To Fix | | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Precision | Very high | +--------------+-------------------------------------------------------------------------------------------------------------------------+ | Available in | `Entreprise Edition `_, `Exakat Cloud `_ | +--------------+-------------------------------------------------------------------------------------------------------------------------+