<? DEW-CODE.COM  

Downloads

Assorted scripts  (1)
DewNewPHPLinks  (9)





Lost Password?
No account yet? Register

Dew-Code Newsfeed

Resources


 USdigitalcable.com

Dew-Code
Welcome, Guest
Please Login or Register.    Lost Password?
Re:DNPL Ban List - Some issues (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:DNPL Ban List - Some issues
#354
Dewed (Admin)
Admin
Posts: 606
graph
User Online Now Click here to see the profile of this user
Dew-Code.com
Re:DNPL Ban List - Some issues 3 Years, 11 Months ago Karma: 9  
DANG DANG DANG !

Well my own fault of course, but as you may know, enclosing everything in double quotes takes just a fraction more time for PHP to parse than text enclosed in single quotes, so I've been trying to get into the habit of using single quotes whenever possible.

As I understand it, when PHP parses a double quoted string, it basically has to run through it twice, once to get the "static" values and once to look for any variables that need converting.

So this ...

$html .= 'Some static text with a '. $variable .' in it';

is preferable to this ...

$html .= "Some static text with a $variable in it";

of course on a single line like this the difference in parsing time is infinitesimally small, but on larger programs it does add up.

Now if I can just remember to get the single quotes on both ends of the line.
 
Report to moderator   Logged Logged  
 
Nothing to it but to Dew it !
Dew-Code.com
  The administrator has disabled public write access.
      Topics Author Date
    thread link
DNPL Ban List - Some issues
Rush 2008/06/15 09:36
    thread link
thread linkthread link Re:DNPL Ban List - Some issues
Dewed 2008/06/15 18:24
    thread link
thread linkthread link Re:DNPL Ban List - Some issues
fattymattybrewing 2008/06/16 00:03
    thread link
thread linkthread linkthread link Re:DNPL Ban List - Some issues
Rush 2008/06/21 08:01
    thread link
thread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Dewed 2008/06/21 10:49
    thread link
thread linkthread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Rush 2008/06/21 11:33
    thread link
thread linkthread linkthread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Rush 2008/06/22 10:08
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Dewed 2008/06/22 10:55
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Dewed 2008/06/22 11:49
    thread link
thread linkthread linkthread linkthread linkthread linkthread linkthread linkthread linkthread link Re:DNPL Ban List - Some issues
Rush 2008/06/22 15:28
Go to top Post Reply
get the latest posts directly to your desktop
Outsource your projects to thousands of programmers at
ScriptLance.com
Newsflash
Interested in
advertising?

This space for rent!

Sign up for PayPal and start accepting credit card payments instantly.
Copyright Dew-Code 2008