TysonAndre / phan

Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
Other
0 stars 0 forks source link

Idea: Spot check that emitted HTML is valid for a subset of folders #165

Open TysonAndre opened 6 years ago

TysonAndre commented 6 years ago

E.g. tags match up, contents can be parsed by libxml without warnings.

Assume that variables, etc are consistently falsey/truthy, and convert dynamic echos to placeholder strings.

Are there any pre-existing projects for this?