1.2.1373. Used Use

List of use statements. Those use are made to import namespaces structures, not to include traits.

<?php

namespace A {
    class b {}
}

namespace B {
    use A\B as B;

    new B();
}

?>

See also Using namespaces: Aliasing/Importing.

1.2.1373.1. Specs

Short name

Namespaces/UsedUse

Rulesets

All, Changed Behavior

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

High

Features

use

Available in

Entreprise Edition, Exakat Cloud