<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 17, 2014 at 5:56 PM, Chanaka Dharmarathna <span dir="ltr"><<a href="mailto:pe.chanaka.ck@gmail.com" target="_blank">pe.chanaka.ck@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div>Hi All,<br><br></div>I'm just exploring the issues raised by scrutinizer. It raise issues like, variable is not initialized. Have a look at issue [0], complaining on code segment [1].<br>
<br>
</div>Personally I like to initialize variables, before using it, even a value is assigning at some point of the execution path. In this case we can initialized it like $x=array('foo');<br><br></div>As I remember Marc mentioned different thought on this kind of situation (at the LinuxTag booth). You may have good thoughts we should know.<br>

<div><div><br>So what we should do for this kind of issue ? Just ignore them since PHP does not force, or fix them ? Appreciate your thoughts.<br clear="all"></div></div></div></blockquote><div><br></div><div>Hi, IMHO, Yes, we should initialize them as per following convention (as it is a good practice):<br>
<br>$booleans = false;<br>$integers = 0;<br>$floats = 0.0;<br>$strings = '';<br></div><div>$array = array();<br><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr"><div><div><div><div><div><br>[0] : <a href="http://goo.gl/HNW8Be" target="_blank">http://goo.gl/HNW8Be</a><br>
[1] : <a href="http://goo.gl/vUj25O" target="_blank">http://goo.gl/vUj25O</a><br><br></div><div>Regards !<span class=""><font color="#888888"><br></font></span></div><span class=""><font color="#888888"><div>-- <br><div dir="ltr">
<font size="4">Chanaka Dharmarathna<br></font><div><a href="http://chanakaindrajith.blogspot.com/" target="_blank"><font color="#999999"><b>http://chanakaindrajith.blogspot.com/</b></font></a></div>
</div>
</div></font></span></div></div></div></div></div>
  <br></blockquote></div>-- <br><div dir="ltr">Regards,<br>Chirayu Chiripal<br>phpMyAdmin Intern - Google Summer of Code 2014<br><a href="https://chirayuchiripal.wordpress.com/" target="_blank">https://chirayuchiripal.wordpress.com/</a><br>
</div>
</div></div>