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