You are here

function coder_break in Coder 5

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

File

tests/coder_style.inc, line 48
This include file implements tests for the Drupal Standards

Code

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

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


  // should also generate an error
}