View Single Post
Old 26-03-2008, 15:56   #6 (permalink)
dudefromthenet
Registered User
 
Join Date: Mar 2008
Posts: 19
You should always remember that PHP is an interpreter (correct me if I am wrong). Perhaps it is a bit slower if you initialize variables and then do not use them, but not very much slower (nanoseconds). You should use the technique you like more/makes more sense.
If it was a compiled language it would not matter, because the compiler optimizes the code anyway.
  Reply With Quote