Is there a way to tell the php complier that I want a specific implicit conversion from one type to another?
A simple example:
class Integer { public $
No, PHP is not a strongly typed language.