var_dump("Hello, World!") #yields string(13) "Hello, World!"
array(4) { [0]=> int(1) [1]=> int(2) [2]=> int(3) [3]=> int(4) }