You are here

function coder_array_indexes in Coder 5.2

File

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

Code

function coder_array_indexes() {
  $a[hello] = 'this is bad';
  $a['hello'] = 'this is no';
}