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