/trunk/Examples/test-suite/php/typemap_ns_using_runme.php
# · PHP · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · a3cbe7f82e042df61895b0eea50471c7 MD5 · raw file
- <?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();
- ?>