- 'Db_Driver' => 'dbDriver';
- 'Settings' => 'settings';
- 'System_Driver_Abstract' => 'systemDriverAbstract'
- 'small_case_value' => 'smallCaseValue';
<?php $string = "Db_Driver"; ?>
<?php $string = "small_case_value"; foreach($matches[0] as $tmp) ?>
<?php function strToMixedCase($string) { } return $string; } ?>