Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコードの断片を考慮すると
if ($x > 0 and $x !== 1) { return; }
比較演算子は、PSR-12 標準に従って許容できると見なされるandandorではなく&&andとして表現されていますか?||
and
or
&&
||