News Feed
Jobs Feed
Sections




News Archive
Arnold Daniels' Blog:
Perl like temporary variables in PHP
November 02, 2007 @ 09:38:00

Arnold Daniels points out a quick method for creating what he calls "perl-like temporary variables" in the global scope of a script:

When writing code in the global scope, I often have a problem where I'm overwriting a variable. This happens even more often when I work on code of somebody else. Usually has the variable which does the overwriting is usually just a temporary variable.

His code is a simple few lines that shows how it could be used when trying to write information out to a file handle. Some of the comments on the post criticize his use of the global scope but Arnold comes back with his reasoning - mostly that there is already code in the global scope and that adding something else is only adding to it, not making things worse.

0 comments voice your opinion now!
temporary variable perl global scope temporary variable perl global scope


blog comments powered by Disqus

Similar Posts

Chauy.com: LAMP - The Most Popular Server System Ever.

PHP 10.0 Blog: php -T (variable tainting)

Community News: XAMPP Updates Packages

David Otton's Blog: Neat PHP Tricks: How To Assign References to Globals

Sameer Borate's Blog: Refactoring 3: Replace Temp with Query


Community Events











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


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

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