MediaWiki REL1_33
eval.php File Reference

This script lets a command-line user start up the wiki engine and then poke about by issuing PHP commands directly. More...

Go to the source code of this file.

Variables

if( $__useReadline) $__e = null
 
if(isset( $options['d'])) $__useReadline
 
 $optionsWithArgs = [ 'd' ]
 
while(( $__line=Maintenance::readconsole()) !==false) print
 

Detailed Description

This script lets a command-line user start up the wiki engine and then poke about by issuing PHP commands directly.

Unlike eg Python, you need to use a 'return' statement explicitly for the interactive shell to print out the value of the expression. Multiple lines are evaluated separately, so blocks need to be input without a line break. Fatal errors such as use of undeclared functions can kill the shell.

To get decent line editing behavior, you should compile PHP with support for GNU readline (pass –with-readline to configure).

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file eval.php.

Variable Documentation

◆ $__e

if ($__useReadline) $__e = null

Definition at line 63 of file eval.php.

◆ $__useReadline

if (isset($options[ 'd'])) $__useReadline
Initial value:
= function_exists( 'readline_add_history' )
static posix_isatty( $fd)
Wrapper for posix_isatty() We default as considering stdin a tty (for nice readline methods) but trea...

Definition at line 54 of file eval.php.

◆ $optionsWithArgs

$optionsWithArgs = [ 'd' ]

Definition at line 37 of file eval.php.

◆ print

while (($__line=Maintenance::readconsole()) !==false) print

Definition at line 93 of file eval.php.

Referenced by CleanupEmptyCategories\__construct(), PopulateCategory\__construct(), CheckExtensionsCLI\__construct(), CheckStorage\addError(), BenchmarkTidy\benchmark(), cdbShowHelp(), GenerateCollationData\charCallback(), CheckStorage\check(), Maintenance\cleanupChanneled(), Makefile\download(), ParserEditTests\editTest(), ParserTestPrinter\endSuite(), Maintenance\error(), SpecialRunJobs\execute(), HHVMMakeRepo\execute(), CLIParser\execute(), PPFuzzTester\execute(), FixT22757\execute(), SyncFileBackend\execute(), ParserEditTests\execute(), ParserEditTests\findTest(), GetConfiguration\formatVarDump(), GenerateCollationData\generateFirstChars(), ParserEditTests\getOutputFileName(), ParserEditTests\handleFailure(), ZipDirectoryReader\hexDump(), ProfilerOutputText\log(), MediaWiki\main(), mccShowUsage(), moveToExternal(), RSSFeed\outFooter(), AtomFeed\outFooter(), RSSFeed\outHeader(), AtomFeed\outHeader(), RSSFeed\outItem(), AtomFeed\outItem(), Maintenance\output(), OutputPage\output(), Maintenance\outputChanneled(), SpecialUploadStash\outputContents(), AjaxDispatcher\performAction(), ApiQueryContinueTestBase\printResult(), AjaxResponse\printText(), ApiQueryContinueTestBase\query(), Maintenance\readlineEmulation(), ParserEditTests\reload(), HttpError\report(), DbTestPreviewer\report(), ParserTestPrinter\report(), ParserTestPrinter\reportPercentage(), resolveStub(), resolveStubs(), CheckStorage\restoreText(), MediaWiki\run(), ParserEditTests\runTests(), ParserTestPrinter\showFailure(), ParserEditTests\showResults(), ParserTestPrinter\showSuccess(), ParserTestPrinter\showTesting(), showUsage(), UserOptionsMaintenance\showUsageStats(), ParserTestPrinter\skipped(), DbTestPreviewer\start(), DbTestRecorder\start(), ParserTestPrinter\startSuite(), HTTPFileStreamer\stream(), FileBackendStore\streamFile(), ParserEditTests\switchTidy(), Makefile\uncompress(), wfHttpError(), wfVarDump(), DumpOutput\write(), and RandomImageGenerator\writeImageWithApi().