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: args.test
Arguments ----- <?php f(); f($a); f($a, $b); f(&$a); f($a, ...$b); ----- array( 0: Stmt_Expression( expr: Expr_FuncCall( name: Name( parts: array( 0: f ) ) args: array( ) ) ) 1: Stmt_Expression( expr: Expr_FuncCall( name: Name( parts: array( 0: f ) ) args: array( 0: Arg( value: Expr_Variable( name: a ) byRef: false unpack: false ) ) ) ) 2: Stmt_Expression( expr: Expr_FuncCall( name: Name( parts: array( 0: f ) ) args: array( 0: Arg( value: Expr_Variable( name: a ) byRef: false unpack: false ) 1: Arg( value: Expr_Variable( name: b ) byRef: false unpack: false ) ) ) ) 3: Stmt_Expression( expr: Expr_FuncCall( name: Name( parts: array( 0: f ) ) args: array( 0: Arg( value: Expr_Variable( name: a ) byRef: true unpack: false ) ) ) ) 4: Stmt_Expression( expr: Expr_FuncCall( name: Name( parts: array( 0: f ) ) args: array( 0: Arg( value: Expr_Variable( name: a ) byRef: false unpack: false ) 1: Arg( value: Expr_Variable( name: b ) byRef: false unpack: true ) ) ) ) )