PageRenderTime 38ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/php/skel.php

#
PHP | 15 lines | 8 code | 3 blank | 4 comment | 0 complexity | 96423da2c978102b9fdae7a9d7735f99 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <?php
  2. // Sample test file
  3. require "tests.php";
  4. require "____.php";
  5. // No new functions
  6. check::functions(array());
  7. // No new classes
  8. check::classes(array());
  9. // now new vars
  10. check::globals(array());
  11. check::done();
  12. ?>