blob: f52bc1a1360626888ae3ddcd61703d3dd6d89d0f [file] [log] [blame]
<?php
require "tests.php";
check::functions(array('do_blah'));
check::classes(array('class_ignore','Bar','Boo','Far','Hoo'));
// No new vars
check::globals(array());
$bar=new bar();
do_blah($bar);
check::classparent($bar,"");
check::done();