Breaking: #82893 - Remove global variable PARSETIME_START
See forge#82893
Description
The global variable $GLOBALS
can be removed, as it has been superseded by
$GLOBALS
for a long time already.
Impact
The variable is not available any more. If it is used it must be replaced (see Migration).
Affected Installations
Installations that use the global variable $GLOBALS
.
Migration
Use round
if you need the same value as
$GLOBALS
previously contained.