function coder_test_embedded_php in Coder 5.2
Same name and namespace in other branches
- 5 tests/coder_style.inc \coder_test_embedded_php()
File
- tests/
coder_style.inc, line 40 - This include file implements tests for the Drupal Standards as defined at http://drupal.org/coding-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
}