News Feed
Jobs Feed
Sections




News Archive
Spindrop.us:
PHP double versus single quotes
March 06, 2007 @ 10:53:00

In a new post on the Spindrop.us site today, Dave Dash takes a look at the differences between using single quotes and double quotes in your applications.

I've been indoctrinated with the "use single quotes whenever possible" methodology, but I never really put it to the test. Is it really worth it for me to go back and look at old code that uses double quotes and change them? Like all best practices, the answer is "maybe."

To show his point, he whipped up some simple tests to get the results of using double quotes and appending, using double quotes with the variable inside, and using single quotes and appending. His results showed that the first option was the fastest, not the one with single quotes.

0 comments voice your opinion now!
doublequotes singlequotes test harness benchmark doublequotes singlequotes test harness benchmark


blog comments powered by Disqus

Similar Posts

Travis Swicegood's Blog: Quick review of Zend_Log

Project: PHPScenario - A Free Split Testing Library for PHP

Hasin Hayder's Blog: Counting occurrence of a word in a String - Benchmarking of PHP functions

Michael Kimsal's Blog: Generate random test data

Sebastian Bergmann's Blog: Visualizing Text Differences in PHPUnit 3


Community Events











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


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

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