Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/** @package tests */
3
/** test2 was lost, isn't any more */
4
function test
5
{
6
}
7
/** @package tests */
8
class testClass
9
{
10
	function testClass()
11
	{
12
	}
13
}
14
 
15
function test2()
16
{
17
}
18
?>
19