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