📄 skipif.inc

Size: 177 bytes
Path: //opt/cloudlinux/alt-php56/root/usr/share/pear/test/File_MARC/tests/skipif.inc
Modified: 2023-03-31 14:59:23
<?php

// Stash the current error_reporting value
$error_reporting = error_reporting();

// Restore the error reporting to previous value
error_reporting($error_reporting);

?>