| 1 |
lars |
1 |
<?php
|
|
|
2 |
declare(encoding='utf-8');
|
|
|
3 |
/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
|
|
|
4 |
|
|
|
5 |
/**
|
|
|
6 |
*
|
|
|
7 |
* Short description for fileasdasd.
|
|
|
8 |
*
|
|
|
9 |
*
|
|
|
10 |
* asdasd
|
|
|
11 |
* long description for file (if any)
|
|
|
12 |
* asdasdadada
|
|
|
13 |
*
|
|
|
14 |
* PHP versio
|
|
|
15 |
*
|
|
|
16 |
* LICENSE: This source file is subject to version 3.0 of the PHP license
|
|
|
17 |
* that is available through the world-wide-web at the following URI:
|
|
|
18 |
* http://www.php.net/license/3_0.txt. If you did not receive a copy of
|
|
|
19 |
* the PHP License and are unable to obtain it through the web, please
|
|
|
20 |
* send a note to license@php.net so we can mail you a copy immediately.
|
|
|
21 |
* @category _wrong_category
|
|
|
22 |
* @package PHP_CodeSniffer
|
|
|
23 |
* @package ADDITIONAL PACKAGE TAG
|
|
|
24 |
* @subpackage SUBPACKAGE TAG
|
|
|
25 |
* @author Antônio Carlos Venâncio Júnior <foreign@character.net>
|
|
|
26 |
* @author Rayn Ong rong@squiz.net
|
|
|
27 |
* @author
|
|
|
28 |
* @copyright 1997~1994 The PHP Group
|
|
|
29 |
* @copyright 1997~1994 The PHP Group
|
|
|
30 |
* @license http://www.php.net/license/3_0.txt
|
|
|
31 |
* @see
|
|
|
32 |
* @see
|
|
|
33 |
* @version INVALID VERSION CONTENT
|
|
|
34 |
* @see Net_Sample::Net_Sample()
|
|
|
35 |
* @see Net_Other
|
|
|
36 |
* @deprecated asd
|
|
|
37 |
* @since Class available since Release 1.2.0
|
|
|
38 |
* @summary An unknown summary tag
|
|
|
39 |
*/
|
|
|
40 |
?>
|
|
|
41 |
<?php
|
|
|
42 |
/**
|
|
|
43 |
* This bit here is not qualified as file comment
|
|
|
44 |
*
|
|
|
45 |
* as it is not after the first open tag
|
|
|
46 |
*
|
|
|
47 |
*/
|
|
|
48 |
?>
|