You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Destructor for PrivateUser
Fatal error: Uncaught Error: Call to private PrivateUser::__construct() from global scope in /in/EF0hE:12
Stack trace:
#0 {main}
thrown in /in/EF0hE on line 12
But I expected this output instead:
Fatal error: Uncaught Error: Call to private PrivateUser::__construct() from global scope in /in/EF0hE:12
Stack trace:
#0 {main}
thrown in /in/EF0hE on line 12
PHP Version
master
Operating System
No response
The text was updated successfully, but these errors were encountered:
Description
Found while working on #14440
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
master
Operating System
No response
The text was updated successfully, but these errors were encountered: