79265202

Date: 2024-12-09 13:57:13
Score: 4
Natty: 5.5
Report link

What about:

if (realpath(__FILE__) == realpath($_SERVER['SCRIPT_FILENAME'])) {
    // code..
}

for simple stuff?

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: BlackCatDevel0per