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