/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 4require "tests.php4"; 5require "arrayptr.php"; 6 7// No new functions 8check::functions(array(foo)); 9// No new classes 10check::classes(array()); 11// now new vars 12check::globals(array()); 13 14check::done(); 15?>