git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
9 lines
197 B
PHP
9 lines
197 B
PHP
<?php
|
|
|
|
require "tests.php4";
|
|
require "using1.php";
|
|
if (! class_exists("_fooimpl")) die("_fooimpl class not found\n");
|
|
if (! 3==spam(3)) die("spam function not working right\n");
|
|
|
|
check::done();
|
|
?>
|