PHP - i expect some error about undefined object, but there is none, why?

ZoodoUpsesk

New Member
The code is:\[code\]error_reporting(E_ALL);$user->username = "new user";echo $user->username;\[/code\]I expect some error or warning, but I get none - why?
 
Back
Top