On Mon, Jul 9, 2018 at 11:18 AM, Levi Morrison <le...@php.net> wrote: > Can you prove this somehow? Based on how `use function my\assert;` > works a call to `assert()` later in that file should appear to engine > as `my\assert`, not `assert`. > The vote is on deprecating (and ultimately blocking) the *declaration* of the assert function in any namespace. How the call looks is immaterial to that.
Unless you're asking about the elision, in which case... you're right, that appears to not happen anyway, so I'll doubly stand by my vote against deprecating this based on implementation details. -Sara -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php