Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89178 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64939 invoked from network); 11 Nov 2015 13:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2015 13:44:41 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:45258] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F1/52-48205-74643465 for ; Wed, 11 Nov 2015 08:44:40 -0500 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id B740010C4FC; Wed, 11 Nov 2015 13:44:34 +0000 (GMT) Date: Wed, 11 Nov 2015 08:44:33 -0500 (EST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Nikita Popov cc: Steven Hilder , PHP Internals , Leigh , Niklas Keller , Rowan Collins , Joe Watkins , Dmitry Stogov In-Reply-To: Message-ID: References: <563B6ED1.1030601@gmail.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: Re: [PHP-DEV] Null bytes in anonymous class names From: derick@php.net (Derick Rethans) On Wed, 11 Nov 2015, Nikita Popov wrote: > Using a NUL byte conveniently achieves both of these goals. We did not > however take into account that this would cause issues with 3rd party > tooling that does not support binary data. I withdraw my comment. It does not cause issues for me (anymore). Having the NUL is actually making things easier. cheers, Derick