PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Classes
<?php Abstract Class MyClass Extends MyClass {} Final Class MyClass Implements MyInterface {} Interface MyInterface {} Trait MyTrait {} Enum MyEnum IMPLEMENTS Colorful {} ReadOnly class MyClass { Var $myVar = null; Const myConst = true; } $a = new CLASS() {}; $anon = new ReadOnly class() {}; class FinalProperties { FINAL int $prop = 1; } ABSTRACT class AbstractProperties { Abstract int $prop {set;} }
[-] ClassFileNameParseError1UnitTest.inc
[edit]
[-] LowercaseClassKeywordsUnitTest.php
[edit]
[-] ClassFileNameLiveCodingFailUnitTest.inc
[edit]
[-] ClassFileNameLiveCodingPassUnitTest.inc
[edit]
[+]
..
[-] LowercaseClassKeywordsUnitTest.inc
[edit]
[-] ClassDeclarationUnitTest.inc.fixed
[edit]
[-] SelfMemberReferenceUnitTest.inc.fixed
[edit]
[-] ValidClassNameUnitTest.inc
[edit]
[-] ClassFileNameUnitTest.php
[edit]
[-] ClassFileNameUnitTest.inc
[edit]
[-] LowercaseClassKeywordsUnitTest.inc.fixed
[edit]
[-] ClassDeclarationUnitTest.inc
[edit]
[-] ClassFileName Spaces In FilenameUnitTest.inc
[edit]
[-] ValidClassNameUnitTest.php
[edit]
[-] ClassDeclarationUnitTest.php
[edit]
[-] DuplicatePropertyUnitTest.js
[edit]
[-] ClassFileName-Dashes-In-FilenameUnitTest.inc
[edit]
[-] SelfMemberReferenceUnitTest.php
[edit]
[-] SelfMemberReferenceUnitTest.inc
[edit]
[-] DuplicatePropertyUnitTest.php
[edit]