PageRenderTime 49ms CodeModel.GetById 25ms RepoModel.GetById 0ms app.codeStats 0ms

/test/subjects/optimization/die.php

http://phc.googlecode.com/
PHP | 9 lines | 4 code | 3 blank | 2 comment | 0 complexity | be5922cd758677cbfe9ba74117a21dce MD5 | raw file
Possible License(s): GPL-2.0, 0BSD, BSD-3-Clause, Unlicense, MPL-2.0-no-copyleft-exception, LGPL-2.1
  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. ?>