git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10967 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
219 B
PHP
15 lines
219 B
PHP
<?php
|
|
// Sample test file
|
|
|
|
require "tests.php";
|
|
require "____.php";
|
|
|
|
// No new functions
|
|
check::functions(array());
|
|
// No new classes
|
|
check::classes(array());
|
|
// now new vars
|
|
check::globals(array());
|
|
|
|
check::done();
|
|
?>
|