📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 04:44:42
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/PHP
🔄 Refresh
✏️
Editing: SAPIUsageStandard.xml
Read Only
<documentation title="SAPI Usage"> <standard> <![CDATA[ The PHP_SAPI constant should be used instead of php_sapi_name(). ]]> </standard> <code_comparison> <code title="Valid: PHP_SAPI is used."> <![CDATA[ if (<em>PHP_SAPI</em> === 'cli') { echo "Hello, CLI user."; } ]]> </code> <code title="Invalid: Function call to php_sapi_name() is used."> <![CDATA[ if (<em>php_sapi_name()</em> === 'cli') { echo "Hello, CLI user."; } ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel