You are here

codefilter.code-output.txt in Code Filter 7

<div class="codeblock"><code>// Comment is here.<br />watchdog(&#039;actions&#039;, &#039;@count orphaned actions (%orphans) exist in the actions table. !link&#039;, array(&#039;@count&#039; =&gt; $count, &#039;%orphans&#039; =&gt; $orphans, &#039;!link&#039; =&gt; $link), WATCHDOG_INFO);<br /><br />/**<br /> * Longer comment is here.<br /> **/&nbsp; <br /> </code></div>

File

tests/codefilter.code-output.txt
View source
  1. // Comment is here.
    watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_INFO);

    /**
    * Longer comment is here.
    **/