- Output for 8.2.0 - 8.2.29, 8.3.0 - 8.3.23, 8.4.1 - 8.4.10
- Fatal error: Uncaught Error: Call to undefined method G::getInstance() in /in/YuhbW:7
Stack trace:
#0 {main}
thrown in /in/YuhbW on line 7
Process exited with code 255.
<?php
class G{
public static string $name;
}
$obj1 = G::getInstance();