<?php

$my_test_string = 'hello
					world';
					
var_dump($my_test_string);

?>