blob: 3b9baed05caf55d3ffe7bcdb20b794b2b5a8ff22 [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();
?>