For anyone stumbling upon this, getting a fatal error when you try to create a child theme.
This is a compatibility issue with PHP 8.2.6 (possibly also php 8.2 and up)
I’ve downgraded to PHP 8.1. It now works. For developers, you may want to check this, since it’s currently not compatible with the latest PHP versions.