File: NoSilencedErrorsUnitTest.inc

package info (click to toggle)
php-codesniffer 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,460 kB
  • ctags: 8,660
  • sloc: php: 40,311; xml: 9,505; pascal: 3,365; makefile: 16; sh: 6
file content (9 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<?php
/**
 * @see something
 */
if (@in_array($array, $needle))
{
    echo '@';
}
?>