REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.05 KB
Close
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PEAR/Docs/Files/IncludingFileStandard.xml
Text
Base64
<documentation title="Including Code"> <standard> <![CDATA[ Anywhere you are unconditionally including a class file, use <em>require_once</em>. Anywhere you are conditionally including a class file (for example, factory methods), use <em>include_once</em>. Either of these will ensure that class files are included only once. They share the same file list, so you don't need to worry about mixing them - a file included with <em>require_once</em> will not be included again by <em>include_once</em>. ]]> </standard> <standard> <![CDATA[ Note that <em>include_once</em> and <em>require_once</em> are statements, not functions. Parentheses should not surround the subject filename. ]]> </standard> <code_comparison> <code title="Valid: Used as statement."> <![CDATA[ require_once 'PHP/CodeSniffer.php'; ]]> </code> <code title="Invalid: Used as function."> <![CDATA[ require_once<em>(</em>'PHP/CodeSniffer.php'<em>)</em>; ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 1
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
IncludingFileStandard.xml
1.05 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).