2048) { return; } if (!\preg_match('/[\\/\\'.DIRECTORY_SEPARATOR.']/', $var)) { return; } if (\preg_match('/[?<>"*|]/', $var)) { return; } try { if (!@\file_exists($var)) { return; } } catch (TypeError $e) {// @codeCoverageIgnore // Only possible in PHP 7 return; // @codeCoverageIgnore } if (\in_array($var, self::$blacklist, true)) { return; } $r = new SplFileInfoRepresentation(new SplFileInfo($var)); $r->hints[] = 'fspath'; $o->addRepresentation($r, 0); } }