Re: Source Code Analysis

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



 >Perhaps detecting
>if a variable has not been initialized within the code

This is an E_NOTICE level error.

<?php
error_reporting(E_ALL);
$foo++;
?>

mario@itsuber ~ $ php test.php
Notice: Undefined variable: foo in /home/mario/test.php on line 3

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux