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
/** @package tests */
4
class summary_form
5
{
6
	var $dp;
7
	/**
8
	*
9
	* @see function blah
10
	*/
11
	function get_header2($atate)
12
	{
13
		$header2 .= '\'>First Page</a></td>';
14
	}
15
	// confuses parser into thinking that the 2nd function blah() is a member of class summary_form
16
	function blah()
17
	{
18
	}
19
}
20
function blah()
21
{
22
}
23
?>