1--TEST--
2Scalar type names cannot be used as class, trait or interface names (6) - use
3--FILE--
4<?php
5
6use foobar as bool;
7--EXPECTF--
8Fatal error: Cannot use foobar as bool because 'bool' is a special class name in %s on line %d
9