Currently, we use chargebeephp with our php7.4 project without hazzle, however, we now have problems that private $_index gets initialized to null in php 0.
We therefore have to fix it by utilizing the rewind command, but this is not quite logical/readable, and would therefore prefer to simply have it initialized from the get go.
Currently, we use chargebeephp with our php7.4 project without hazzle, however, we now have problems that private $_index gets initialized to null in php 0. We therefore have to fix it by utilizing the rewind command, but this is not quite logical/readable, and would therefore prefer to simply have it initialized from the get go.