summaryrefslogtreecommitdiff
path: root/tests/cpp/include/class_obj/tpl.h
blob: 7dfdcfccb7fbe20be85b255a423bd2ac2c9c3a84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/**
 *
 *  Test Classes and objects
 *	phptname.phpt
 *
 */




/**
 *  Set up namespace
 */
namespace TestBaseClass {

   




/**
 *  End of namespace
 */
}