?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PSR1/Docs/Files/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>
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0.01 |
proxy
|
phpinfo
|
???????????