summaryrefslogtreecommitdiff
path: root/tests/cpp/include/variables/tpl.h
blob: 3c4ed7c4bf6fd8388ceb615806bb089abed60bb5 (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
26
27
28
29
30
/**
 *
 *  Test variables
 *	phptname.phpt
 *
 */




/**
 *  Set up namespace
 */
namespace TestVariables {


	/*
	 * Test 
	 */
	void fnname(Php::Parameters &params)
	{


	}

/**
 *  End of namespace
 */
}