PHP 8.2.31
Preview: Markup.php Size: 542 B
/home/nshryvcy/himaltourism.com/wp-content/plugins/mailpoet/vendor-prefixed/twig/twig/src/Markup.php

<?php
namespace MailPoetVendor\Twig;
if (!defined('ABSPATH')) exit;
class Markup implements \Countable, \JsonSerializable
{
 private $content;
 private $charset;
 public function __construct($content, $charset)
 {
 $this->content = (string) $content;
 $this->charset = $charset;
 }
 public function __toString()
 {
 return $this->content;
 }
 #[\ReturnTypeWillChange]
 public function count()
 {
 return \mb_strlen($this->content, $this->charset);
 }
 #[\ReturnTypeWillChange]
 public function jsonSerialize()
 {
 return $this->content;
 }
}

Directory Contents

Dirs: 11 × Files: 18

Name Size Perms Modified Actions
Cache DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Error DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Extension DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Loader DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Node DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Profiler DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Sandbox DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
Util DIR
- drwxr-xr-x 2023-04-04 05:35:39
Edit Download
3.09 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
12.59 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
23.03 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
9.59 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
522 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
0 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
14.03 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
542 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
1.10 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
8.64 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
476 B lrw-r--r-- 2023-04-04 05:35:39
Edit Download
6.88 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
1.76 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
3.34 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
2.18 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
2.07 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
1.86 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download
1.42 KB lrw-r--r-- 2023-04-04 05:35:39
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).