?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Formatting/SpaceBeforeCastStandard.xml
???????
<documentation title="Space Before Cast"> <standard> <![CDATA[ There should be exactly one space before a cast operator. ]]> </standard> <code_comparison> <code title="Valid: Single space before a cast operator."> <![CDATA[ $integer =<em> </em>(int) $string; $c = $a .<em> </em>(string) $b; ]]> </code> <code title="Invalid: No space or multiple spaces before a cast operator."> <![CDATA[ $integer =<em></em>(int) $string; $c = $a .<em> </em>(string) $b; ]]> </code> </code_comparison> </documentation>
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????