Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Scheck does not detect bugs #124

Open
improved-broccoli opened this issue Jun 11, 2015 · 0 comments
Open

Scheck does not detect bugs #124

improved-broccoli opened this issue Jun 11, 2015 · 0 comments

Comments

@improved-broccoli
Copy link

Here is my test PHP file:

<?php

function foobar($var) {
    return $varr;
}

foobar();

First, I build a graph with codegraph -build -o /tmp/ -lang php .
Then, I run scheck -with_graph_code /tmp/graph_code.marshall .

scheck have to detect 2 bugs:

  • Undeclared variable in return statement in foobar function
  • Missing argument in foobar calling

But scheck did not return any bugs.

Did I do something wrong?

Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant