39 function ($errno, $errstr, $errfile, $errline) {
40 if (($errno & error_reporting()) !== $errno) {
44 throw new \Erebot\ErrorReportingException(
56 if (!in_array(
"xglob", stream_get_wrappers())) {
57 stream_wrapper_register(
'xglob',
'\\Erebot\\XGlobStream', STREAM_IS_URL);
63 if (!defined(
'LIBXML_NOBASEFIX')) {
64 define(
'LIBXML_NOBASEFIX', 1 << 18);
A class that provides some patches for PHP.