PageRenderTime 59ms CodeModel.GetById 20ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/rel-1-3-25/SWIG/Examples/test-suite/php4/arrayptr_runme.php4

#
PHP | 15 lines | 8 code | 3 blank | 4 comment | 0 complexity | a86f2de63d1b6c3dca60c1c0bdf38986 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.php4";
  4. require "arrayptr.php";
  5. // No new functions
  6. check::functions(array(foo));
  7. // No new classes
  8. check::classes(array());
  9. // now new vars
  10. check::globals(array());
  11. check::done();
  12. ?>