🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:40:58 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP
🔄 Refresh
✏️
Editing: BackfillExplicitOctalNotationTest.inc
Read Only
<?php /* testExplicitOctal */ $foo = 0o137041; /* testExplicitOctalCapitalised */ $bar = 0O137041; /* testExplicitOctalWithNumericSeparator */ $octal = 0o137_041; /* testInvalid1 */ $foo = 0o_137; /* testInvalid2 */ $foo = 0O_41; /* testInvalid3 */ $foo = 0o91; /* testInvalid4 */ $foo = 0O282; /* testInvalid5 */ $foo = 0o28_2; /* testInvalid6 */ $foo = 0o2_82; /* testInvalid7 */ $foo = 0o;
💾 Save Changes
❌ Cancel