Fatal Error

Out of memory (allocated 2097152) (tried to allocate 4096 bytes) search►

Source file

File: .../kremecek.com/vendor/texy/texy/src/Texy/Link.php:47

37: public $label; 38: 39: /** @var string reference name (if is stored as reference) */ 40: public $name; 41: 42: 43: public function __construct($URL) 44: { 45: $this->URL = $URL; 46: $this->raw = $URL; 47: $this->modifier = new Modifier; 48: } 49: 50: 51: public function __clone()