Zend certified PHP/Magento developer

What naming standard do you use for variable names? PSR-1 mentions standards for class names (StudlyCaps) and method names (camelCase) but not plain variables. I’ve seen both of these styles used: $is_admin and $isAdmin. Which you do prefer and why?