PageRenderTime 87ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
PHP | 14 lines | 8 code | 3 blank | 3 comment | 0 complexity | 9db068d699ba4fe77b4c37200fe94bb3 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. <?php
  2. require "tests.php";
  3. require "cpp_static.php";
  4. // New functions
  5. check::functions(array(staticfunctiontest_static_func,staticfunctiontest_static_func_2,staticfunctiontest_static_func_3));
  6. // New classes
  7. check::classes(array(StaticMemberTest,StaticFunctionTest));
  8. // New vars
  9. check::globals(array(staticmembertest_static_int));
  10. check::done();
  11. ?>