<!DOCTYPE html>
<html>
<body>
<?php
ob_start("ob_gzhandler");
print_r(ob_list_handlers());
?>
</body>
</html>
Array ( [0] => ob_gzhandler )