You are here

function coder_hex_number in Coder 5.2

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

File

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

Code

function coder_hex_number() {
  $var = 0xff;

  // Should NOT be camelcase.
}