PHP Classes

code lint

Recommend this page to a friend!

      BotID  >  All threads  >  code lint  >  (Un) Subscribe thread alerts  
Subject:code lint
Summary:I think "$ips= array(); " in yoru code is lint (does nothing).
Messages:2
Author:H Johnson
Date:2012-08-28 17:31:05
Update:2012-08-28 19:28:23
 

  1. code lint   Reply   Report abuse  
Picture of H Johnson H Johnson - 2012-08-28 17:31:05
I was checking out your code and found that the line "$ips= array();" is immediately follows by $ips = split("[;]",$f); so "$ips= array();" is syntactic lint. Thanks for your code.

  2. Re: code lint   Reply   Report abuse  
Picture of Krzysztof Piotrowicz Krzysztof Piotrowicz - 2012-08-28 19:28:23 - In reply to message 1 from H Johnson
Thank you! This line is now deleted.