Posted by Janwillem Borleffs on 10/12/05 12:53
ralphNOSPAM@primemail.com wrote:
> I ran your script but it didn't display anything!
>
Then, there where probably no unused vars detected (as in all vars where
found more than once).
Be aware that the script is *very* basic and certainly not failproof and
has a lot of limitations. As an example, the following script will pass
while it shouldn't:
<?php
$myvar = 1;
function test($myvar) {
// Do stuff
}
?>
JW
Navigation:
[Reply to this message]
|