aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/template_construct_runme.php4
blob: 95316832d02cb967925fed51530b3223f217b6be (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php

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