WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
test
/
PhpParser
/
Parser
/
Name
Action
..
MultipleTest.php
Edit
Php5Test.php
Edit
Php7Test.php
Edit
Editing: Php7Test.php
<?php declare(strict_types=1); namespace PhpParser\Parser; use PhpParser\Lexer; use PhpParser\ParserTest; require_once __DIR__ . '/../ParserTest.php'; class Php7Test extends ParserTest { protected function getParser(Lexer $lexer) { return new Php7($lexer); } }