📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 02:47:14
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Zend
/
Docs
/
Debug
✏️
Editing: CodeAnalyzerStandard.xml
<documentation title="Zend Code Analyzer"> <standard> <![CDATA[ PHP Code should pass the zend code analyzer. ]]> </standard> <code_comparison> <code title="Valid: Valid PHP Code."> <![CDATA[ function foo($bar, $baz) { return <em>$bar + $baz</em>; } ]]> </code> <code title="Invalid: There is an unused function parameter."> <![CDATA[ function foo($bar, $baz) { return <em>$bar + 2</em>; } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel