mirror of
https://github.com/php/php-src.git
synced 2026-04-24 16:38:25 +02:00
c2c1710ed7
zend_compile has an exception to this rule for constructors using `zend_is_constructor`, which compares the function name to `__construct`. Sadly, `zend_is_constructor` is not a public API, but we can just do the string compare ourselves. Closes GH-13179.