Files
cpp-thirdparty/winx64/bin/swig-3.0.12/Examples/test-suite/php5/template_construct_runme.php
Bassem Girgis 81b4b9e273 Initial commit
2018-12-20 17:34:07 -06:00

12 lines
189 B
PHP

<?php
require "tests.php";
require "template_construct.php";
check::classes(array(Foo_int));
$foo_int=new foo_int(3);
check::is_a($foo_int,"foo_int","Made a foo_int");
check::done();
?>