summaryrefslogtreecommitdiff
path: root/Zend/tests/type_declarations/scalar_reserved6_use.phpt
blob: a19a513b3948d3eed5db1123302f66fe482621d8 (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Scalar type names cannot be used as class, trait or interface names (6) - use
--FILE--
<?php

use foobar as bool;
?>
--EXPECTF--
Fatal error: Cannot use foobar as bool because 'bool' is a special class name in %s on line %d