Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89621 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29644 invoked from network); 4 Dec 2015 16:26:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2015 16:26:22 -0000 Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain paragonie.com from 209.85.217.172 cause and error) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.217.172 mail-lb0-f172.google.com Received: from [209.85.217.172] ([209.85.217.172:34588] helo=mail-lb0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/82-09187-DAEB1665 for ; Fri, 04 Dec 2015 11:26:22 -0500 Received: by lbbcs9 with SMTP id cs9so23433287lbb.1 for ; Fri, 04 Dec 2015 08:26:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=Oc6uKp+WNtuEdi4LrwhrcykmsXhzmEWHcLfq9w2LNlM=; b=AGK7nZcstcPTPT6J4BF4SIrNjLIb+lCZFp2h/f0MtwPEkCiWTqbp3xTEDeEIjrmJiN hzvAKaY2l1Sn8b/cVl/Ij8xVZow924NP+VIiIX1f8iJ/dqjWJXWw5N1f+18y0acyONFw pS2Csbw9+auc+wEzaPfIsVlNTJwgeCtJP7F+3BgoNgarrk5I869587NPkymxc/NZmatO YC7ai23xG04PCS172bVJWLSeyI+gfOMOw1BS8RftxW6WsDIPIqB9e3YVBz5tMYd0oAR4 ZOwkh4K4g3iHcVfd7kR2k6qjeKQMqIIkL85WVu9U9ObdXC6FhWzkwtAvbUP0X2/FHftA FFhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=Oc6uKp+WNtuEdi4LrwhrcykmsXhzmEWHcLfq9w2LNlM=; b=GJj5pnQ4W+QlHLPTg0Fz42brM9SAdA0UXFjReyTnfPpfF8Nr7MxAuklTckWEVTZ21M hWNFKQrcecQXz6MhShGS4rs/OqfktsNc+zn1FYaxv6492qyQfuwTpXFj0HfY56ytLL0N 8MEM3kGGoiVi8C2eM4h12mhUoDHRlwHOhw8/3d8AovXg5CxB3hl2NkyvQPjR7bz7DkN0 v9IEjdSlXXqSueDGXqo7ovifHuzSWZYrQi0H+Ag7wOO3l2rDKYN2BfFCtqv/2v+h8I9e 2xmSyJt33/tVnFaP9zqc9DtaqW+rudD9/uYP7D3b86vtfdaDGaTAdRU0w1HfEaHrFRRb H6bg== X-Gm-Message-State: ALoCoQl/CMG/+gyQDZOjvkeUBq1ZBFqL9q++PJgGtdvL25YUWSm21GvtNSScDArMPinyUwTuMOUL MIME-Version: 1.0 X-Received: by 10.112.184.165 with SMTP id ev5mr8351950lbc.111.1449246378214; Fri, 04 Dec 2015 08:26:18 -0800 (PST) Received: by 10.114.237.230 with HTTP; Fri, 4 Dec 2015 08:26:18 -0800 (PST) Date: Fri, 4 Dec 2015 11:26:18 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a11c3c1ae90e4a1052614f720 Subject: Namespaces From: scott@paragonie.com (Scott Arciszewski) --001a11c3c1ae90e4a1052614f720 Content-Type: text/plain; charset=UTF-8 Hi, It has been brought to my attention that my consistent use of \ prefixing of global functions is an eyesore, but I've got a simple little PoC that shows why I do it, and now I'm wondering if the behavior I'm working around should qualify as a PHP bug? https://3v4l.org/po925 Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises --001a11c3c1ae90e4a1052614f720--