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