Hello, It looks like we miss a way to check by reflection if a function/method has strict types enabled or not.
We'd need to do this in Symfony to generate a file with concatenated classes, but split "declare_strict=1" classes out so that they don't break (because there is no way to create a single file that contains both strict and non-strict classes unfortunately also). Would it be possible to expose some flavor of ZEND_ACC_STRICT_TYPES to userland? Regards, Nicolas