aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php/cpp_static_runme.php
blob: 2687333b0dd2d3abaa08cf0fb20db9f6cbe2e453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

require "tests.php";

// No new functions
check::functions(array());
// New classes
check::classes(array('StaticMemberTest','StaticFunctionTest','cpp_static','StaticBase','StaticDerived'));
// No new vars
check::globals(array());

check::done();