summaryrefslogtreecommitdiff
path: root/Examples/test-suite/php4/cpp_static_runme.php4
blob: b7f987505c5dd68520473a2250147088ae5630fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
// Sample test file

require "tests.php4";
require "cpp_static.php";

// No new functions
check::functions(array());
// No new classes
check::classes(array(StaticMemberTest,StaticFunctionTest));
// now new vars
check::globals(array());

check::done();
?>