String in java is a special class, where you can instantiate the object only by assigning a value without using the reserved word new
. But in php when initializing a variable with a text, can we say that we are instantiating an object of class String?