Le mardi 3 mars 2020, 15:11:27 CET Nikita Popov a écrit :
> As the error message indicates, the ambiguity is resolved by writing
> 
>     use T1, T2 {
>         T1::func as renamedFunc;
>         // or
>         T2::func as renamedFunc;
>     }
> 
> depending on which of those you actually meant.

Is that valid in PHP-7 as well?

-- 
Côme Chilliet
FusionDirectory - https://www.fusiondirectory.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to