Alright, voted "NO" on that one then - namespaced stuff should have whichever symbol name without colliding with internals
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On Mon, Jul 9, 2018 at 4:42 PM, Sara Golemon <poll...@php.net> wrote: > On Mon, Jul 9, 2018 at 5:57 AM, Marco Pivetta <ocram...@gmail.com> wrote: > > Something unclear to me here: is the removal of `assert()` affecting also > > my own`my\assert()` (imported via `use function`)? > > > Yes, but in fairness, your namespaced assert function is already a bit > broken if you're not expecting it to be elided in production > environments. > > -Sara >