1--TEST-- 2namespace\int is not a valid type hint 3--FILE-- 4<?php 5 6function test(namespace\int $i) {} 7test(0); 8 9?> 10--EXPECTF-- 11Fatal error: Type declaration 'int' must be unqualified in %s on line %d 12