You are here

function coder_break in Coder 5.2

Same name and namespace in other branches
  1. 5 tests/coder_style.inc \coder_break()

File

tests/coder_style.inc, line 57
This include file implements tests for the Drupal Standards as defined at http://drupal.org/coding-standards

Code

function coder_break() {
  print '<br>';

  // Should generate an error, and will throw performance warning.
  ?><br><?php


  // Should also generate an error.
}