PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Docs
/
PHP
<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>
[-] SAPIUsageStandard.xml
[edit]
[+]
..
[-] LowerCaseKeywordStandard.xml
[edit]
[-] LowerCaseTypeStandard.xml
[edit]
[-] LowerCaseConstantStandard.xml
[edit]
[-] ClosingPHPTagStandard.xml
[edit]
[-] SyntaxStandard.xml
[edit]
[-] UpperCaseConstantStandard.xml
[edit]
[-] DiscourageGotoStandard.xml
[edit]
[-] CharacterBeforePHPOpeningTagStandard.xml
[edit]
[-] DeprecatedFunctionsStandard.xml
[edit]
[-] DisallowShortOpenTagStandard.xml
[edit]
[-] NoSilencedErrorsStandard.xml
[edit]
[-] ForbiddenFunctionsStandard.xml
[edit]
[-] RequireStrictTypesStandard.xml
[edit]
[-] DisallowAlternativePHPTagsStandard.xml
[edit]
[-] BacktickOperatorStandard.xml
[edit]
[-] DisallowRequestSuperglobalStandard.xml
[edit]