<?php $code = "<?php function test($var) { if ($var == \"var\") { echo \"Google is your friend :) \"; } else { echo \"pas var\"; } array(\"test\",\"re_test\"); ?>"; echo highlight_string($code); ?>