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
/**
7
* Short Desc Test. This is the Extended Comment
8
* and so is this
9
*
10
*/
11
define("testContantBlah","hi");
12
 
13
/**
14
* Short Desc 2.0 Test. This is the Extended Comment
15
* and so is this
16
*
17
*/
18
define("testContantBlah2","hi");
19
 
20
/**
21
* Short Desc 2.0 Test.	This is the Extended Comment
22
* and so is this
23
*/
24
define("testContantBlah3","hi");
25
 
26
/**
27
* Short Desc 2.0 Test This is still the short desc Comment
28
* and this is the extended
29
*/
30
define("testContantBlah4","hi");
31
 
32
/**
33
* Short Desc 2.0 Test This is still the short desc Comment
34
* and so is this
35
*
36
* Now were to the extended
37
*/
38
define("testContantBlah5","hi");