WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
lib
/
PhpParser
/
Lexer
/
Name
Action
..
Emulative.php
Edit
Editing: Emulative.php
<?php declare(strict_types=1); namespace PhpParser\Lexer; class Emulative extends \PhpParser\Lexer { /* No features requiring emulation have been added in PHP > 7.0 */ }