]> granicus.if.org Git - php/commit
Fixed bug #80391
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 24 Nov 2020 09:09:28 +0000 (10:09 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 24 Nov 2020 09:09:28 +0000 (10:09 +0100)
commit912cb8b8b52f958ac6eb482466c01e99fc0c0e35
tree3a05ce27449415bf19709f7a4caf0807f8af071d
parent4bbb98c24fa691c176e403ab00a2fe3dd4224b3e
Fixed bug #80391

Iterable was not considered a subtype of array|object, and thus
also not a subtype of mixed.
NEWS
Zend/tests/bug80391.phpt [new file with mode: 0644]
Zend/zend_inheritance.c