You are here

function example_function_exists in Coder 7.2

Same name and namespace in other branches
  1. 7 coder_upgrade/tests/old/samples/example.module \example_function_exists()

File

coder_upgrade/tests/old/samples/example.module, line 81

Code

function example_function_exists() {

  // function_exists() -- Change the next line but leave this alone
  if (function_exists('xx')) {
  }
  if (function_exists($xx['y'])) {
  }
}