]> granicus.if.org Git - php/commit
Fix use of type copy ctor when importing trait properties
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 3 Nov 2020 14:29:18 +0000 (15:29 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 3 Nov 2020 14:29:18 +0000 (15:29 +0100)
commit9fd8e00f1a90acd5e23bfcb6f8b0217187bcfb1d
treec10f6a31b9d595214450f0ebaa431da34e14b23e
parent7e5531755812a46841fc24ade5f71aefde69cf96
Fix use of type copy ctor when importing trait properties

We shouldn't call the copy constructor inside the original type,
duh.
Zend/zend_inheritance.c
ext/opcache/tests/preload_ind.inc [new file with mode: 0644]
ext/opcache/tests/preload_ind.phpt [new file with mode: 0644]
ext/opcache/tests/preload_ind2.inc [new file with mode: 0644]