History log of /PHP-8.0/ext/opcache/tests/preload_ind2.inc (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-8.0.0, php-7.3.25, php-7.4.13, php-8.0.0RC5, php-7.4.13RC1, php-8.0.0RC4, php-7.3.25RC1
# 9fd8e00f 03-Nov-2020 Nikita Popov

Fix use of type copy ctor when importing trait properties

We shouldn't call the copy constructor inside the original type,
duh.