1--TEST--
2bool type cannot take part in an intersection type
3--FILE--
4<?php
5
6function foo(): bool&Iterator {}
7
8?>
9--EXPECTF--
10Fatal error: Type bool cannot be part of an intersection type in %s on line %d
11