blob: 86b7f86289d0bfa409fd6ec72abaa1122865db1e [file] [log] [blame]
<?php
require "tests.php";
require "arrayptr.php";
// No new functions
check::functions(array('foo'));
// No new classes
check::classes(array());
// now new vars
check::globals(array());
check::done();
?>