summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/typemap_ns_using_runme.php4
blob: 44403d138ba587dfc1074e0a3a1e45519163374f (plain)
1
2
3
4
5
6
7
8
9
<?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();
?>