mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
No need to define our own `com_dotnet_object_properties` as empty hash, since we can use `zend_empty_array` instead as of PHP 7.3.0. Cf. <https://github.com/php/php-src/pull/3672#issuecomment-440467704>.