blob: f18037ca7d4a0b17d8fa7f8aa96b215ebdf31ed1 [file] [log] [blame]
<?php
require "tests.php";
// No new functions
check::functions(array());
// New classes
check::classes(array('arrays_scope','Bar'));
// No new globals
check::globals(array());
$bar=new bar();
check::done();