/test/subjects/optimization/die.php

http://phc.googlecode.com/ · PHP · 9 lines · 4 code · 3 blank · 2 comment · 0 complexity · be5922cd758677cbfe9ba74117a21dce MD5 · raw file

  1. <?php
  2. die("abort");
  3. // This is an unrelizable path and can never be executed.
  4. // The whole program will not analysis it.
  5. $x->funct();
  6. ?>