<?php
if (datacenter_is_burning()) {
    
PEAR::raiseError("power failure imminent");
}
?>
<?php
    
if ($this->datacenterIsBurning()) {
        return 
$this->raiseError("CPU on fire");
    }
?>