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