WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
parser
/
expr
/
fetchAndCall
/
Name
Action
..
args.test
Edit
constFetch.test
Edit
constantDeref.test
Edit
funcCall.test
Edit
newDeref.test
Edit
objectAccess.test
Edit
simpleArrayAccess.test
Edit
staticCall.test
Edit
staticPropertyFetch.test
Edit
Editing: constFetch.test
Constant fetches ----- <?php A; A::B; A::class; ----- array( 0: Stmt_Expression( expr: Expr_ConstFetch( name: Name( parts: array( 0: A ) ) ) ) 1: Stmt_Expression( expr: Expr_ClassConstFetch( class: Name( parts: array( 0: A ) ) name: Identifier( name: B ) ) ) 2: Stmt_Expression( expr: Expr_ClassConstFetch( class: Name( parts: array( 0: A ) ) name: Identifier( name: class ) ) ) )