aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/typemap_ns_using_runme.php4
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php4/typemap_ns_using_runme.php4')
-rw-r--r--Examples/test-suite/php4/typemap_ns_using_runme.php49
1 files changed, 9 insertions, 0 deletions
diff --git a/Examples/test-suite/php4/typemap_ns_using_runme.php4 b/Examples/test-suite/php4/typemap_ns_using_runme.php4
new file mode 100644
index 000000000..44403d138
--- /dev/null
+++ b/Examples/test-suite/php4/typemap_ns_using_runme.php4
@@ -0,0 +1,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();
+?>