1.2.755. Namespaces Glossary¶
List of all the defined namespaces in the code, using the namespace keyword. Global namespaces are mentioned when they are explicitly used.
<?php
// One reported namespace
namespace one\name\space {}
// This global namespace is reported, as it is explicit
namespace { }
?>
1.2.755.1. Specs¶
Short name |
Namespaces/Namespacesnames |
Rulesets |
|
Exakat since |
0.8.4 |
PHP Version |
All |
Severity |
|
Time To Fix |
|
Precision |
Very high |
Available in |