News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
Unicode identifiers
July 24, 2009 @ 08:13:53

Johannes Schluter briefly touches on unicode in PHP6 in a new post to his blog and how being able to use it in identifiers can come in quite handy at times.

Consider you have an application tied to an environment with a special terminology, then translating this terms to English might be extremely confusing (especially as programmers often don't really know the correct terminology of that domain) and it's good to call the thing by it's name [...] The purpose of this were some bad news: That's nothing new. The relevant scanner rule hasn't changed since 4.0 - the only change is that PHP 6 doesn't treat it as random set of bytes anymore but knows about Unicode codepoints and interprets is as such.

After digging around a bit in some of the commit history of PHP, Johannes also found that the scanner rule (what parses the identifiers) hasn't changed since around 2000 and, apparently, won't be changing for PHP6 either.

0 comments voice your opinion now!
unicode identifier php6


blog comments powered by Disqus

Similar Posts

Vidyut Luther\'s Blog: PHP Namespaces - Working with external teams and possibly frameworks

Matthew Turland's Blog: Pondering PHP 6

Internet Super Hero Blog: MySQL native driver for PHP: mysqlnd-5.0.1-beta available

IBM developerWorks: The future of PHP

Marcus Whitney's Blog: Stop the Zend bashing...it's old.


Community Events









Don't see your event here?
Let us know!


release composer zendframework2 community object opinion framework podcast api example tool event language functional code introduction testing unittest development interview

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework