Files
cpp-thirdparty/winx64/bin/swigwin-4.0.0/Examples/test-suite/php/using1_runme.php
2019-08-04 21:38:19 -05:00

10 lines
196 B
PHP

<?php
require "tests.php";
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();
?>