## PHP Version 7.4 and 8.0 ## Code Example ```php "$property->name[]"; ``` ## Actual Behavior ``` ==> syntax error: unexpected '[' at line 2 ``` ## Expected Behavior No error.
PHP Version
7.4 and 8.0
Code Example
"$property->name[]";Actual Behavior
Expected Behavior
No error.