📄 Viewing: object_gc_in_shutdown.phpt

--TEST--
Bug object gc not working in shutdown
--FILE--
<?php
ini_set('memory_limit', '2M');
register_shutdown_function(function () {
    for ($n = 1000 * 1000; $n--;) {
        new stdClass;
    }
    echo "OK\n";
});
?>
--EXPECT--
OK

🌑 DarkStealth — WP Plugin Edition

Directory: /usr/src/php-7.4.23/Zend/tests