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