Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
* @package tests
4
*/
5
/**
6
* tests linking to methods and vars
7
*/
8
class a{
9
var $a;
10
function a(){}
11
}
12
 
13
/**
14
* test links to methods and vars
15
*
16
* @param integer testing
17
* @ param integer testing
18
* @see a::$a
19
* @see a::a()
20
*/
21
function aa_567059(&$test,$two){}
22
?>