Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/remex-html/src/Tokenizer/NullTokenHandler.php
Ðазад
<?php namespace Wikimedia\RemexHtml\Tokenizer; /** * A TokenHandler which does nothing */ class NullTokenHandler implements TokenHandler { /** * @inheritDoc */ public function startDocument( Tokenizer $t, $fns, $fn ) { } /** * @inheritDoc */ public function endDocument( $pos ) { } /** * @inheritDoc */ public function error( $text, $pos ) { } /** * @inheritDoc */ public function characters( $text, $start, $length, $sourceStart, $sourceLength ) { } /** * @inheritDoc */ public function startTag( $name, Attributes $attrs, $selfClose, $sourceStart, $sourceLength ) { } /** * @inheritDoc */ public function endTag( $name, $sourceStart, $sourceLength ) { } /** * @inheritDoc */ public function doctype( $name, $public, $system, $quirks, $sourceStart, $sourceLength ) { } /** * @inheritDoc */ public function comment( $text, $sourceStart, $sourceLength ) { } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка