Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/vendor/wikimedia/shellbox/src/ShellParser/ShellParser.php
Ðазад
<?php namespace Shellbox\ShellParser; use Wikimedia\WikiPEG\SyntaxError; /** * Top-level entry for shell command parsing */ class ShellParser { /** * Parse a shell command * * @param string $command * @return SyntaxTree */ public function parse( string $command ) { $peg = new PEGParser; try { $node = $peg->parse( $command ); } catch ( SyntaxError $e ) { throw new ShellSyntaxError( $e->getMessage(), $e->location->start, $command ); } return new SyntaxTree( $node ); } }
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка