for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
// print the result (formatted), for debugging purposes
function print_result($obj) {
echo "<pre>";
print_r($obj);
echo "</pre>";
}
?>