function example_function_exists in Coder 7
Same name and namespace in other branches
- 7.2 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'])) {
}
}