79592205

Date: 2025-04-25 09:23:52
Score: 1
Natty:
Report link

Is your example code exactly what you tried? If so, then the following simple typo might be your issue:

$this->$prop = $myprop;

 // Remove the dollar sign for $this->prop
$this->prop = $myprop;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Teun