good first issue
倉庫指標
- 星標
- (596 顆星)
- PR 合併指標
- (平均合併 99天 23小時) (30 天內合併 90 個 PR)
描述
From manual page: https://php.net/control-structures.switch
Where it reads: For more complex comparisons, the value true may be used as the switch value. Or, alternatively, if-else blocks instead of switch.
The example's result is:
// Prints "C"
Shouldn't it be?:
// Prints "B"