home
/
zktecojo
/
public_html
/
vendor
/
nikic
/
php-parser
/
test
/
code
/
parser
/
expr
/
fetchAndCall
➕ New
📤 Upload
✎ Editing:
staticPropertyFetch.test
← Back
Static property fetches ----- <?php // property name variations A::$b; A::$$b; A::${'b'}; // array access A::$b['c']; A::$b{'c'}; // class name variations can be found in staticCall.test ----- array( 0: Expr_StaticPropertyFetch( class: Name( parts: array( 0: A ) ) name: b ) 1: Expr_StaticPropertyFetch( class: Name( parts: array( 0: A ) ) name: Expr_Variable( name: b ) ) 2: Expr_StaticPropertyFetch( class: Name( parts: array( 0: A ) ) name: Scalar_String( value: b ) ) 3: Expr_ArrayDimFetch( var: Expr_StaticPropertyFetch( class: Name( parts: array( 0: A ) ) name: b ) dim: Scalar_String( value: c ) ) 4: Expr_ArrayDimFetch( var: Expr_StaticPropertyFetch( class: Name( parts: array( 0: A ) ) name: b ) dim: Scalar_String( value: c ) ) )
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel