blob: e57f0ce9a4220a1d87bf20c496a113d6615a7efd [file] [log] [blame]
<?php
require "tests.php4";
require "using2.php";
if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
if (! 3==spam(3)) die("spam function not working right\n");
check::done();
?>