blob: babf8443baa28b72fed3cd126a22bb18ac8e88a0 [file] [log] [blame]
<?php
// Sample test file
require "tests.php";
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();
?>