blob: d0fbc9bb79bfb9380f4a0cd56231152b7094a42d [file] [log] [blame]
<?php
require "tests.php4";
require "template_construct.php";
check::classes(array(Foo_int));
$foo_int=new foo_int(3);
check::is_a($foo_int,"foo_int","Made a foo_int");
check::done();
?>