mirror of
https://github.com/php/php-src.git
synced 2026-04-27 10:16:41 +02:00
f39357b07b
As the `__construct()` implementation is engine-specific anyway, we know what engine were dealing with and can just call the seeding function directly instead of going through a function pointer. This likely improves construction performance a little, but I did not measure.