This commit is contained in:
Dylan K. Taylor 2025-03-15 01:33:29 +00:00
parent e03c586c86
commit 8b57e9007a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -31,6 +31,7 @@ use function hrtime;
use function max;
use function min;
use function number_format;
use function sprintf;
/**
* Allows threads to manually trigger the cyclic garbage collector using a threshold like PHP's own garbage collector,