blob: 0f3c9155eb2e5725b7fb52d533b2fed1992cca7c [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();