opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
WhiteSpace
➕ New
📤 Upload
✎ Editing:
IncrementDecrementSpacingUnitTest.inc
← Back
<?php $i = 10; --$i; -- $i; -- /*comment*/ $i; ++$i; ++ $i; ++/*comment*/$i; $i--; $i --; $i /*comment*/ --; $i++; $i ++; $i /*comment*/ ++; // Handle properties and array access too. $i['key']++; $i['key'] ++; $i['key']['id']++; $i['key']['id'] ++; $obj->prop++; $obj->prop ++; $obj?->prop ++; $obj->obj->prop++; $obj->obj->prop ++; $obj?->obj->prop ++; $obj->prop['key']++; $obj->prop['key'] ++; --ClassName::$prop; -- ClassName::$prop; getObject()->count ++; getObject()->count++; ++ getObject()->count; ++getObject()->count;
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel