callable-variable
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
callable-variable =
variable-like
| array-object-dereferenceable , "[" , [ expression ] , "]"
| array-object-dereferenceable , ( object-operator | nullsafe-object-operator ) , property-name , argument-list
| function-call ;