Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 3858 invoked from network); 20 Apr 2012 15:01:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Apr 2012 15:01:09 -0000 Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:39228] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/76-63732-43A719F4 for ; Fri, 20 Apr 2012 11:01:08 -0400 Received: by lahl5 with SMTP id l5so7591311lah.29 for ; Fri, 20 Apr 2012 08:01:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=j2AVYJYtmzSYdjGuiicWk4QK/uOEnSEXdCRW1BCoVAw=; b=QpI37aT0Gn04LqvGTHJ6Ipi6dSU3lUJvpj1ZcparXqbcBfFKqt98WdL3hd3D46NC6J poM85HRBd3d4x1d5l0wcvsLSS7akdhuFK9iqWDSmVyDgyaJd83e1WfFGT7So41irXLBx 68uoH24dpo+nmPScXMJ2LfYnyM1qjxt9wAT6W5yjuc+IZNbP8gArOlPXjNfGeTDMbEMK Kafr7j428VLRDyca4FlcHlILNYsc5M4ChW3sLFbUnXMC6p2M89TPv9HZVdCeEIeg2oLB j9GmgMhWx5jPQgpjfOjQ9iGyhNX7bFaSXJifSsBy3bmaer9zVS3SqazItfAM5G3yrWQ3 GSWg== MIME-Version: 1.0 Received: by 10.152.115.74 with SMTP id jm10mr3803798lab.32.1334934064807; Fri, 20 Apr 2012 08:01:04 -0700 (PDT) Received: by 10.112.100.227 with HTTP; Fri, 20 Apr 2012 08:01:04 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Apr 2012 11:01:04 -0400 Message-ID: To: Arvids Godjuks Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Complete case-sensitivity in PHP From: theanomaly.is@gmail.com (Sherif Ramadan) >>Because you can write a function name, say, in Cyrilic and it will just w= ork. > > PHP deals with strings on a binary level though. To PHP a function > name of =C1=E3=E7, for example is just a set of 256 bit encoded bytes. So > "\xc3\x81\xc3\xa3\xc3\xa7" is all it sees, right? I'm not sure I > follow what the problem is. Sorry this might not have been sent to the list properly in my last reply.