/tags/rel-1-3-29/SWIG/Examples/test-suite/php4/using2_runme.php4
# · PHP · 9 lines · 7 code · 2 blank · 0 comment · 2 complexity · 9095c078e6b456eb63ffbecf5498b1db MD5 · raw file
- <?php
- require "tests.php4";
- require "using2.php";
- if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
- if (! 3==spam(3)) die("spam function not working right\n");
- check::done();
- ?>