You are here

code-input.txt in Code Filter 7

<code>
// Code 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.
 **/


</code>

File

tests/code-input.txt
View source
  1. // Code 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. **/