<?php $inc = '<h1> <?= $test . " world"; ?> </h1> <p> Some text </p>'; $test = 'something'; eval(' ?>' . $inc . '<?php ');
You have javascript disabled. You will not be able to edit any code.