Not just callbacks, actually. Anytime you use a string to refer to a namespaced class — for instance, “new $className;”, or “$obj instanceof $classname” — you need to use a fully-qualified classname (though without the leading namespace separator).