On 4/28/06, Michael Wallner <mike@php.net> wrote:
> Hi,
>
> I wonder if the few places where entries are added and the terminating null
> of the array key is not honored are intentional or by mistake?
>
> AFAICS at least these places are affected:
> - Registered PHP Streams
> - Registered Stream Socket Transports
> - Registered Stream Filters
> - PDO drivers
These are all intentional; there is no need to store nor compare
against that NUL byte.
--Wez.