You are here

php-output.txt in Code Filter 7

<pre class="codeblock"><code class="language-php">// PHP comment is here.
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);

/**
 * Longer comment is here.
 */
</code></pre>

File

modules/codefilter_prism/tests/php-output.txt
View source
  1. // PHP comment is here.
    
  2. watchdog('actions', '@count orphaned actions (%orphans) exist in the actions table. !link', array('@count' => $count, '%orphans' => $orphans, '!link' => $link), WATCHDOG_INFO);
  3. /**
  4. * Longer comment is here.
  5. */