blob: ed7e32b0613ac0b7404dc6c410ce5f622889d95d [file] [log] [blame]
<?php
require "tests.php4";
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();
?>