php/doc-en

Wrong result in complex comparisons switch's example's result

開放

#1,682 建立於 2022年7月5日

 (3 則留言) (0 個反應) (0 位負責人)XML (882 個分叉)auto 404
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"

貢獻者指南