|
if (!\is_resource($this->process)) { |
This line will cause a fatal error in PHP 8 because of changes in how accessing arrays is handled.
if ( isset(...) ) or comparative should be done first before attempting to check attribute/property/class/value/etc.