I'm currently learning about errors in php, specifically track_errors
runtime variable and the related $php_errormsg
variable.
However, when I checked the documentation for $php_errormsg
, it mentions that it is deprecated as of php 7.2.0
So is there any equivalent replacement that can be used in place of $php_errormsg
?