/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
- <?php
- // Sample test file
- require "tests.php4";
- require "arrayptr.php";
- // No new functions
- check::functions(array(foo));
- // No new classes
- check::classes(array());
- // now new vars
- check::globals(array());
- check::done();
- ?>