PageRenderTime 44ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/tags/rel-1-3-29/SWIG/Examples/test-suite/php4/valuewrapper_base_runme.php4

#
PHP | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | 65a7495193b98fc5111a00e6e3a7a4b2 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 "valuewrapper_base.php";
  5. check::classes(array("base","interface_bp"));
  6. check::functions("make_interface_bp");
  7. $ibp=make_interface_bp();
  8. check::classname("interface_bp",$ibp);
  9. check::done();
  10. ?>