Current File : //home/strato/chroot/opt/RZphp81/includes/test/File_MARC/tests/skipif.inc
<?php
// Stash the current error_reporting value
$error_reporting = error_reporting();
// Restore the error reporting to previous value
error_reporting($error_reporting);
?>