<?php $tokens = token_get_all('<?php $a=1;echo $a; ?>'); // => array(array(T_INLINE_HTML, '/* comment */')); var_dump($tokens);
You have javascript disabled. You will not be able to edit any code.