/test/subjects/optimization/die.php
http://phc.googlecode.com/ · PHP · 9 lines · 4 code · 3 blank · 2 comment · 0 complexity · be5922cd758677cbfe9ba74117a21dce MD5 · raw file
- <?php
- die("abort");
- // This is an unrelizable path and can never be executed.
- // The whole program will not analysis it.
- $x->funct();
- ?>