<?php $s = "I'm a string "; $i = 34; $t = $s . $i; echo $t, PHP_EOL;
You have javascript disabled. You will not be able to edit any code.