blob: 0af14158e364917ca75fda178e924b1a24ba33dc [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();