aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php5/typemap_ns_using_runme.php
blob: 6a599f008538385e3960e3a0cd251c3d5cdb571c (plain)
1
2
3
4
5
6
7
8
9
<?php

require "tests.php";
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();
?>