import source from 1.3.40
[external/swig.git] / Examples / test-suite / php / using2_runme.php
1 <?php
2
3 require "tests.php";
4 require "using2.php";
5 if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
6 if (! 3==spam(3)) die("spam function not working right\n");
7
8 check::done();
9 ?>