You are here

function coder_hex_number in Coder 5

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

File

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

Code

function coder_hex_number() {
  $var = 0xff;

  // should NOT be camelcase
}