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