News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Arnold Daniels' Blog: Perl like temporary variables in PHP

PHP-Coding-Practices.com: Composing Methods: Replace Temp With Query

Felix Geisendorfer's Blog: A PHP developers guide to JavaScript - Part 1

Stefan Koopmanschap's Blog: Tip: use clearly readable variable names, and constants!

The Hacker Webzine: Two PHP Reconnaissance Vectors


Community Events











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


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

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