79511863

Date: 2025-03-15 22:12:32
Score: 2
Natty:
Report link
$b = '1';
$a = 'b';
$b = '2';
print "$$a";

Output: 2 (current value of $b).

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: wisgest