News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
David Otton's Blog:
Stupid PHP Tricks Illegal Variable Names
August 22, 2008 @ 13:47:52

David Otton has shared another of his "stupid PHP tricks" on his blog today. This one looks at illegal variable names that don't match the "can't start with a number" rule the manual points out.

A valid variable name starts with a letter or underscore, followed by any number of letters, numbers, or underscores. As a regular expression, it would be expressed thus: '[a-zA-Z_x7f-xff][a-zA-Z0-9_x7f-xff]*'

Technically, you can get around this in two different ways - variable varaibles and the more complex notation with curly braces. He points to the compact function for proof that they're set.

0 comments voice your opinion now!
variable trick illegal name compact curlybrace



Similar Posts

David Coallier's Blog: Namespaces part 4.1 (What namespaces don't fix (part 1))

PHP 10.0 Blog: php -T (variable tainting)

John Rockefeller's Blog: PHP Tricks: How To Handle Multiple Domains

The Northclick Blog: Announcing "dropr" - the message queue framework for PHP

David Otton's Blog: Stupid PHP Tricks: Illegal Variable Names


Community Events









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


package cakephp PHP5 code example ajax zendframework mysql framework application conference releases database release PEAR security job zend book developer

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