<?php
namespace default
gives me an inexperienced T_DEFAULT, is there any way around this? Is there a way to avoid a reserved word?
My system uses the name of the current module on my site for a namespace, so it would be nice to be able to use any string as a namespace.
source
share