uawdijnntqw1x1x1
IP : 216.73.216.54
Hostname : neogeopocket.gameplayer.club
Kernel : Linux neogeopocket.gameplayer.club 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
var
/
www
/
html
/
1c732
/
..
/
mediawiki
/
tests
/
parser
/
ParserTestMockParser.php
/
/
<?php use MediaWiki\Page\PageReference; use MediaWiki\Parser\Parser; use MediaWiki\Parser\ParserOptions; use MediaWiki\Parser\ParserOutput; use MediaWiki\User\UserIdentity; /** * A parser used during article insertion which does nothing, to avoid * unnecessary log noise and other interference with debugging. */ class ParserTestMockParser extends Parser { public function __construct() { } public function preSaveTransform( $text, PageReference $page, UserIdentity $user, ParserOptions $options, $clearState = true ) { return $text; } public function parse( $text, PageReference $page, ParserOptions $options, $linestart = true, $clearState = true, $revid = null ) { return new ParserOutput; } public function getOutput() { return new ParserOutput; } }
/var/www/html/1c732/../mediawiki/tests/parser/ParserTestMockParser.php