Skip to content

[Bug]: Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GhostvOne opened this issue Apr 5, 2025 · 1 comment
Assignees
Labels

Comments

@GhostvOne
Copy link

Extension Version

1.0.7

PHP Binary

Herd

Operating System

Windows

What happened?

In logs it always shown

2025-04-05 05:43:49.195 [info] Checking herd PHP installation: herd which-php
2025-04-05 05:43:49.195 [info] Checking valet PHP installation: valet which-php
2025-04-05 05:43:49.195 [info] Checking sail PHP installation: ./vendor/bin/sail ps
2025-04-05 05:43:49.195 [info] Checking lando PHP installation: lando php -r 'echo PHP_BINARY;'
2025-04-05 05:43:49.195 [info] Checking local PHP installation: php -r 'echo PHP_BINARY;'
2025-04-05 05:43:49.195 [info] Using local PHP installation: /usr/local/bin/php
2025-04-05 05:43:49.195 [info] Activating Laravel Extension...
2025-04-05 05:43:49.195 [info] Started
2025-04-05 06:55:33.488 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:55:35.850 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:56:06.535 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:56:10.965 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:57:26.923 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:57:36.674 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               


2025-04-05 06:57:38.209 [error] 
In MemberAccessExpressionParser.php line 44:
                                                                               
  Undefined property: Microsoft\PhpParser\Node\Expression\SubscriptExpression  
  ::$memberName                                                                
                                                                               
                                               
                      

Mimimal Code Sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants