import source from 1.3.40
[external/swig.git] / Examples / test-suite / php / cpp_static_runme.php
1 <?php
2
3 require "tests.php";
4 require "cpp_static.php";
5
6 // No new functions
7 check::functions(array());
8 // No new classes
9 check::classes(array(StaticMemberTest,StaticFunctionTest));
10 // now new vars
11 check::globals(array());
12
13 check::done();
14 ?>