Stringish is a type that matches strings as well as string-convertible objects: that is, objects that provide the __toString method
interface Stringish implements XHPChild {...}