When declaring the following namespace:
<?php namespace Example\3000; I got this error:
Parse error: syntax error, unexpected '3000' (T_LNUMBER), expecting identifier (T_STRING) in [...] So I wondered whether a namespace in PHP may start with a number?