<?php $code = <<<EOF <?php echo "Hello"; /** * This is an unclosed PHPDoc block EOF; $test = @token_get_all($code); echo count($test) . PHP_EOL;
You have javascript disabled. You will not be able to edit any code.