📄 Viewing: bug75255.phpt

--TEST--
Bug #75255 (Request hangs and not finish)
--SKIPIF--
<?php require_once('skipif.inc'); ?>
--FILE--
<?php
function generatePlanImage() {
    if ($abc > 5) {
        $abc = 5;
    }
    for ($row = 0; $row < $abc; $row++) {
        for ($col = 0; $col < $numCols; $col++) {
            getPossibleRatio($abc);
        }
    }
}
?>
DONE
--EXPECT--
DONE

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/ext/opcache/tests