4c7a8ee2创建于 2023年12月8日历史提交
<?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();