you dont need quotes, php will convert undeclared constants to strings and emit a notice, but you can add a @ to remove the notice
this saves you one entire byte (remove "", add @)
this saves you one entire byte (remove "", add @)
Deleted User
php isn't responsible for your bad code