<?php

function myModuleCamelCaps() {}
function My_module_camel_caps() {}

class Test {

  private function StartingWithUpper() {}

}