function coder_test_embedded_php in Coder 5
Same name and namespace in other branches
- 5.2 tests/coder_style.inc \coder_test_embedded_php()
File
- tests/
coder_style.inc, line 31 - This include file implements tests for the Drupal Standards
Code
function coder_test_embedded_php() {
?>This is embedded php and should Not trigger a camelCase error.<?php
?>This second embedded php and should Not trigger
a camelCase error.<?php
}