swig/Examples/test-suite/php4/li_carrays_runme.php4
Olly Betts 182debe39a Fix case of more class checks.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10437 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2008-05-10 17:56:45 +00:00

15 lines
299 B
PHP

<?php
// Sample test file
require "tests.php4";
require "li_carrays.php";
// No new functions
check::functions(array(new_intarray,delete_intarray,intarray_getitem,intarray_setitem));
// No new classes
check::classes(array(doubleArray));
// now new vars
check::globals(array());
check::done();
?>