This site is mobile accessible. Press the "Tap Here" button to use a different font-size.
Smartphone icons created by Freepik - Flaticon
string(12) "Hello world!"
string(12) "Hello world!"
<?php // declare the variables $x and $y $x = "Hello world!"; $y = 'Hello world!'; // var_dump() function returns the data type and value: var_dump($x); echo "<br>"; var_dump($y); ?>