On
array_filter($functions, 'function_exists');
the plugin suggests I use '\function_exists' instead.
Probably not a good idea :)
Why =)
Why shouldn't this be a good idea? PHP's OPCode-Cache is able to optimize this if you use the root-namespaced version.
ah, backslash in string is ok?
Actually it should works fine even for strings: https://ideone.com/xBfr7D
You be right. I stand corrected. https://3v4l.org/JsnXA
Most helpful comment
Why =)