Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PSR1
/
Docs
/
Files
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
SideEffectsStandard.xml
file
607 B
0644
2026-08-06 00:17:32
edit
delete
rename
editing: 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
cancel