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

/test/subjects/parsing/exit.php

http://phc.googlecode.com/
PHP | 5 lines | 5 code | 0 blank | 0 comment | 0 complexity | 1385db772d6849f60500fe8cf0aa36a6 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. exit;
  3. exit();
  4. exit(0);
  5. ?>