php-input.txt in Code Filter 7
Same filename in this branch
<?php // PHP 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. */ ?>
File
tests/php-input.txtView source
- // PHP 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.
- */
- ?>